proc_page_in()

The number of pages the system paged in

Syntax:

int proc_page_in(void);

Arguments:

no arguments

Description:

The number of pages the system paged in.

Return Values:

On success, returns number of pages the system paged in. On error, -1 is returned.

See Also:

proc_page_out(), proc_swap_in(), proc_swap_out(), proc_intr(), proc_ctxt()



INDEX