Home
last modified time | relevance | path

Searched refs:_vm_map_unlock_and_wait (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/vm/
H A Dvm_map.h330 int _vm_map_unlock_and_wait(vm_map_t map, int timo, const char *file, int line);
350 _vm_map_unlock_and_wait(map, timo, LOCK_FILE, LOCK_LINE)
H A Dvm_map.c806 _vm_map_unlock_and_wait(vm_map_t map, int timo, const char *file, int line) in _vm_map_unlock_and_wait() function