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,
64 uvm_swap_stats(char *c, int l, void (*f)(void *, const struct swapent *), function
uvm_swap.c 116 * in the uvm_swap_stats() function.
503 * [with three helper functions: swap_on, swap_off and uvm_swap_stats]
562 error = uvm_swap_stats(SCARG(uap, arg), SCARG(uap, misc),
769 * uvm_swap_stats: implements swapctl(SWAP_STATS). The function is kept
778 uvm_swap_stats(char *ptr, int misc, function
915 * This is the actual work of uvm_swap_stats() - above was bookkeeping.

Completed in 19 milliseconds