Home
last modified time | relevance | path

Searched refs:swapvm (Results 1 – 1 of 1) sorted by relevance

/freebsd/usr.bin/systat/
H A Dproc.c46 static struct swapvm { struct
116 const struct swapvm *bb = b; in swobj_search()
127 return ((((const struct swapvm *) a)->kvo_me > in swobj_sort()
128 ((const struct swapvm *) b)->kvo_me) ? -1 : 1); in swobj_sort()
185 struct swapvm *vm; in per_proc_swap_usage()