Lines Matching refs:wired_count
1770 prev_entry->wired_count == 0) { in vm_map_insert1()
1817 new_entry->wired_count = 0; in vm_map_insert1()
2366 prev->wired_count == entry->wired_count && in vm_map_mergeable_neighbors()
3218 entry->wired_count == 0) { in vm_map_madvise()
3458 if (entry->wired_count == 1) in vm_map_unwire()
3461 entry->wired_count--; in vm_map_unwire()
3520 entry->wired_count == 1, in vm_map_wire_entry_failure()
3539 entry->wired_count = -1; in vm_map_wire_entry_failure()
3627 } else if (entry->wired_count == 0) { in vm_map_wire_locked()
3628 entry->wired_count++; in vm_map_wire_locked()
3700 entry->wired_count++; in vm_map_wire_locked()
3753 } else if (entry->wired_count == -1) { in vm_map_wire_locked()
3758 entry->wired_count = 0; in vm_map_wire_locked()
3765 if (entry->wired_count == 1) { in vm_map_wire_locked()
3771 entry->wired_count--; in vm_map_wire_locked()
3919 KASSERT(entry->wired_count > 0, in vm_map_entry_unwire()
3928 entry->wired_count = 0; in vm_map_entry_unwire()
4081 if (entry->wired_count != 0) in vm_map_delete()
4240 if (src_entry->wired_count == 0 || in vm_map_copy_entry()
4491 new_entry->wired_count = 0; in vmspace_fork()
4526 new_entry->wired_count = 0; in vmspace_fork()
5077 *wired = (entry->wired_count != 0); in vm_map_lookup()
5212 *wired = (entry->wired_count != 0); in vm_map_lookup_locked()
5385 if (entry->wired_count != 0) in vm_map_print()