Lines Matching refs:wired_count
1787 prev_entry->wired_count == 0) { in vm_map_insert()
1833 new_entry->wired_count = 0; in vm_map_insert()
2323 prev->wired_count == entry->wired_count && in vm_map_mergeable_neighbors()
3122 entry->wired_count == 0) { in vm_map_madvise()
3362 if (entry->wired_count == 1) in vm_map_unwire()
3365 entry->wired_count--; in vm_map_unwire()
3424 entry->wired_count == 1, in vm_map_wire_entry_failure()
3443 entry->wired_count = -1; in vm_map_wire_entry_failure()
3531 } else if (entry->wired_count == 0) { in vm_map_wire_locked()
3532 entry->wired_count++; in vm_map_wire_locked()
3605 entry->wired_count++; in vm_map_wire_locked()
3658 } else if (entry->wired_count == -1) { in vm_map_wire_locked()
3663 entry->wired_count = 0; in vm_map_wire_locked()
3670 if (entry->wired_count == 1) { in vm_map_wire_locked()
3676 entry->wired_count--; in vm_map_wire_locked()
3826 KASSERT(entry->wired_count > 0, in vm_map_entry_unwire()
3835 entry->wired_count = 0; in vm_map_entry_unwire()
3992 if (entry->wired_count != 0) in vm_map_delete()
4154 if (src_entry->wired_count == 0 || in vm_map_copy_entry()
4403 new_entry->wired_count = 0; in vmspace_fork()
4438 new_entry->wired_count = 0; in vmspace_fork()
5017 *wired = (entry->wired_count != 0); in vm_map_lookup()
5152 *wired = (entry->wired_count != 0); in vm_map_lookup_locked()
5325 if (entry->wired_count != 0) in vm_map_print()