Searched refs:_vm_map_unlock_and_wait (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/vm/ |
H A D | vm_map.h | 340 int _vm_map_unlock_and_wait(vm_map_t map, int timo, const char *file, int line); 360 _vm_map_unlock_and_wait(map, timo, LOCK_FILE, LOCK_LINE)
|
H A D | vm_map.c | 789 * _vm_map_unlock_and_wait: in vm_map_locked() 803 _vm_map_unlock_and_wait(vm_map_t map, int timo, const char *file, int line) 832 * and the msleep() in _vm_map_unlock_and_wait(). in vm_map_wakeup() 806 _vm_map_unlock_and_wait(vm_map_t map, int timo, const char *file, int line) _vm_map_unlock_and_wait() function
|