Lines Matching refs:wired_count
1758 prev_entry->wired_count == 0) { in vm_map_insert1()
1805 new_entry->wired_count = 0; in vm_map_insert1()
2335 prev->wired_count == entry->wired_count && in vm_map_mergeable_neighbors()
3184 entry->wired_count == 0) { in vm_map_madvise()
3424 if (entry->wired_count == 1) in vm_map_unwire()
3427 entry->wired_count--; in vm_map_unwire()
3486 entry->wired_count == 1, in vm_map_wire_entry_failure()
3505 entry->wired_count = -1; in vm_map_wire_entry_failure()
3593 } else if (entry->wired_count == 0) { in vm_map_wire_locked()
3594 entry->wired_count++; in vm_map_wire_locked()
3666 entry->wired_count++; in vm_map_wire_locked()
3719 } else if (entry->wired_count == -1) { in vm_map_wire_locked()
3724 entry->wired_count = 0; in vm_map_wire_locked()
3731 if (entry->wired_count == 1) { in vm_map_wire_locked()
3737 entry->wired_count--; in vm_map_wire_locked()
3885 KASSERT(entry->wired_count > 0, in vm_map_entry_unwire()
3894 entry->wired_count = 0; in vm_map_entry_unwire()
4051 if (entry->wired_count != 0) in vm_map_delete()
4213 if (src_entry->wired_count == 0 || in vm_map_copy_entry()
4464 new_entry->wired_count = 0; in vmspace_fork()
4499 new_entry->wired_count = 0; in vmspace_fork()
5100 *wired = (entry->wired_count != 0); in vm_map_lookup()
5235 *wired = (entry->wired_count != 0); in vm_map_lookup_locked()
5408 if (entry->wired_count != 0) in vm_map_print()