Searched refs:swap_only (Results 1 – 1 of 1) sorted by relevance
2513 vm_object_list_handler(struct sysctl_req *req, bool swap_only) in vm_object_list_handler() argument2545 want_path = !(swap_only || jailed(curthread->td_ucred)); in vm_object_list_handler()2557 (swap_only && (obj->flags & (OBJ_ANON | OBJ_SWAP)) == 0)) in vm_object_list_handler()2561 (swap_only && (obj->flags & (OBJ_ANON | OBJ_SWAP)) == 0)) { in vm_object_list_handler()2573 if (!swap_only) { in vm_object_list_handler()