Searched refs:swap_only (Results 1 – 1 of 1) sorted by relevance
2480 vm_object_list_handler(struct sysctl_req *req, bool swap_only) in vm_object_list_handler() argument2513 want_path = !(swap_only || jailed(curthread->td_ucred)); in vm_object_list_handler()2525 (swap_only && (obj->flags & (OBJ_ANON | OBJ_SWAP)) == 0)) in vm_object_list_handler()2529 (swap_only && (obj->flags & (OBJ_ANON | OBJ_SWAP)) == 0)) { in vm_object_list_handler()2542 if (!swap_only) { in vm_object_list_handler()