Home
last modified time | relevance | path

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

/freebsd/usr.bin/systat/
H A Dproc.c47 uint64_t kvo_me; member
118 if (*aa == bb->kvo_me) in swobj_search()
120 return (*aa > bb->kvo_me ? -1 : 1); 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()
150 swobj[nswobj].kvo_me = kvo[i].kvo_me; in get_swap_vmobjects()
/freebsd/sys/sys/
H A Duser.h599 uint64_t kvo_me; /* Uniq handle for anon obj */ member
/freebsd/sys/vm/
H A Dvm_object.c2596 kvo->kvo_me = (uintptr_t)obj; in vm_object_list_handler()