Home
last modified time | relevance | path

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

/freebsd/sys/vm/
H A Dvm_map.c3282 if (!holes_ok) { in vm_map_entry_in_transition()
3302 bool holes_ok, need_wakeup, user_unwire; in vm_map_unwire() local
3311 if (holes_ok) in vm_map_unwire()
3325 &end, holes_ok, entry); in vm_map_unwire()
3359 if (!holes_ok && in vm_map_unwire()
3398 KASSERT(holes_ok, in vm_map_unwire()
3514 bool holes_ok, need_wakeup, user_wire; in vm_map_wire_locked() local
3528 if (holes_ok) in vm_map_wire_locked()
3539 &end, holes_ok, entry); in vm_map_wire_locked()
3569 if (!holes_ok) { in vm_map_wire_locked()
[all …]