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 vm_offset_t *io_end, bool holes_ok, vm_map_entry_t in_entry) in vm_map_entry_in_transition()
3312 if (!holes_ok) { in vm_map_entry_in_transition()
3332 bool holes_ok, need_wakeup, user_unwire; in vm_map_unwire()
3336 holes_ok = (flags & VM_MAP_WIRE_HOLESOK) != 0; in vm_map_unwire()
3341 if (holes_ok) in vm_map_unwire()
3355 &end, holes_ok, entry); in vm_map_unwire()
3387 * If holes_ok, skip this check. in vm_map_unwire()
3389 if (!holes_ok && in vm_map_unwire()
3408 KASSERT(holes_ok, ("vm_map_unwire: lookup failed")); in vm_map_unwire()
3418 * If holes_ok wa in vm_map_unwire()
3281 vm_map_entry_in_transition(vm_map_t map,vm_offset_t in_start,vm_offset_t * io_end,bool holes_ok,vm_map_entry_t in_entry) vm_map_entry_in_transition() argument
3331 bool holes_ok, need_wakeup, user_unwire; vm_map_unwire() local
3543 bool holes_ok, need_wakeup, user_wire; vm_map_wire_locked() local
[all...]