HomeSort by: relevance | last modified time | path
    Searched refs:uvm_swap_stats (Results 1 - 6 of 6) 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.
  /src/sys/compat/common/
uvm_110.c 60 return uvm_swap_stats(SCARG(uap, arg), SCARG(uap, misc),
uvm_13.c 73 return uvm_swap_stats(SCARG(uap, arg), SCARG(uap, misc),
uvm_50.c 75 return uvm_swap_stats(SCARG(uap, arg), SCARG(uap, misc),
  /src/sys/compat/netbsd32/
netbsd32_netbsd.c 1548 int error = uvm_swap_stats(SCARG(&ua, arg), SCARG(&ua, misc),

Completed in 19 milliseconds