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.c251 if (vm_object_is_active(object)) { in vmtotal()
259 if (vm_object_is_active(object)) { in vmtotal()
H A Dvm_object.h386 bool vm_object_is_active(vm_object_t obj);
H A Dvm_object.c2502 vm_object_is_active(vm_object_t obj) in vm_object_is_active() function