Searched refs:swap_only (Results 1 – 1 of 1) sorted by relevance
2417 vm_object_list_handler(struct sysctl_req *req, bool swap_only) in vm_object_list_handler() argument2450 want_path = !(swap_only || jailed(curthread->td_ucred)); in vm_object_list_handler()2462 (swap_only && (obj->flags & (OBJ_ANON | OBJ_SWAP)) == 0)) in vm_object_list_handler()2466 (swap_only && (obj->flags & (OBJ_ANON | OBJ_SWAP)) == 0)) { in vm_object_list_handler()2479 if (!swap_only) { in vm_object_list_handler()