Home
last modified time | relevance | path

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

/freebsd/usr.bin/systat/
H A Dproc.c146 if (kvo[i].kvo_type != KVME_TYPE_DEFAULT && in get_swap_vmobjects()
147 kvo[i].kvo_type != KVME_TYPE_SWAP) in get_swap_vmobjects()
/freebsd/sys/sys/
H A Duser.h585 int kvo_type; /* Object type: KVME_TYPE_*. */ member
/freebsd/sys/vm/
H A Dvm_object.c2590 kvo->kvo_type = vm_object_kvme_type(obj, want_path ? &vp : in vm_object_list_handler()
2595 MPASS(kvo->kvo_type == KVME_TYPE_SWAP); in vm_object_list_handler()
/freebsd/usr.bin/vmstat/
H A Dvmstat.c1506 switch (kvo->kvo_type) { in display_object()