proc_intr()

The number of interrupts received

Syntax:

int proc_intr(void);

Arguments:

no arguments

Description:

The number of interrupts received, since the system boot.

Return Values:

On success, returns the number of interrupts received. On error, -1 is returned.

See Also:

proc_ctxt(), proc_swap_in(), proc_swap_out(), proc_page_in(), proc_page_out()



INDEX