Home
last modified time | relevance | path

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

/f-stack/freebsd/vm/
H A Dvm_map.c3239 if (!holes_ok) { in vm_map_entry_in_transition()
3259 bool holes_ok, need_wakeup, user_unwire; in vm_map_unwire() local
3268 if (holes_ok) in vm_map_unwire()
3282 &end, holes_ok, entry); in vm_map_unwire()
3316 if (!holes_ok && in vm_map_unwire()
3355 KASSERT(holes_ok, in vm_map_unwire()
3471 bool holes_ok, need_wakeup, user_wire; in vm_map_wire_locked() local
3485 if (holes_ok) in vm_map_wire_locked()
3496 &end, holes_ok, entry); in vm_map_wire_locked()
3526 if (!holes_ok) { in vm_map_wire_locked()
[all …]