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 116 * in the uvm_swap_stats() function.
480 * [with three helper functions: swap_on, swap_off and uvm_swap_stats]
542 error = uvm_swap_stats(SCARG(uap, arg), SCARG(uap, misc),
752 * uvm_swap_stats: implements swapctl(SWAP_STATS). The function is kept
761 uvm_swap_stats(char *ptr, int misc, function
898 * This is the actual work of uvm_swap_stats() - above was bookkeeping.

Completed in 58 milliseconds