Home
last modified time | relevance | path

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

/freebsd/sys/vm/
H A Dvm_meter.c250 if (vm_object_is_active(object)) { in vmtotal()
258 if (vm_object_is_active(object)) { in vmtotal()
H A Dvm_object.h394 bool vm_object_is_active(vm_object_t obj);
H A Dvm_object.c2506 vm_object_is_active(vm_object_t obj) in vm_object_is_active() function