HomeSort by: relevance | last modified time | path
    Searched defs:uvm_swap_stats (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/uvm/
uvm_swap.h 56 int uvm_swap_stats(char *, int,
65 uvm_swap_stats(char *c, int l, void (*f)(void *, const struct swapent *), function
uvm_swap.c 118 * in the uvm_swap_stats() function.
487 * [with three helper functions: swap_on, swap_off and uvm_swap_stats]
549 error = uvm_swap_stats(SCARG(uap, arg), SCARG(uap, misc),
756 * uvm_swap_stats: implements swapctl(SWAP_STATS). The function is kept
765 uvm_swap_stats(char *ptr, int misc, function
901 * This is the actual work of uvm_swap_stats() - above was bookkeeping.

Completed in 16 milliseconds