proc_page_out()

The number of pages the system paged out

Syntax:

int proc_page_out(void);

Arguments:

no arguments

Description:

The number of pages the system paged out.

Return Values:

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

See Also:

proc_page_in(), proc_swap_in(), proc_swap_out(), proc_intr(), proc_ctxt()



INDEX