Lines Matching refs:wired_count
1754 prev_entry->wired_count == 0) { in vm_map_insert1()
1801 new_entry->wired_count = 0; in vm_map_insert1()
2350 prev->wired_count == entry->wired_count && in vm_map_mergeable_neighbors()
3198 entry->wired_count == 0) { in vm_map_madvise()
3438 if (entry->wired_count == 1) in vm_map_unwire()
3441 entry->wired_count--; in vm_map_unwire()
3500 entry->wired_count == 1, in vm_map_wire_entry_failure()
3519 entry->wired_count = -1; in vm_map_wire_entry_failure()
3607 } else if (entry->wired_count == 0) { in vm_map_wire_locked()
3608 entry->wired_count++; in vm_map_wire_locked()
3680 entry->wired_count++; in vm_map_wire_locked()
3733 } else if (entry->wired_count == -1) { in vm_map_wire_locked()
3738 entry->wired_count = 0; in vm_map_wire_locked()
3745 if (entry->wired_count == 1) { in vm_map_wire_locked()
3751 entry->wired_count--; in vm_map_wire_locked()
3899 KASSERT(entry->wired_count > 0, in vm_map_entry_unwire()
3908 entry->wired_count = 0; in vm_map_entry_unwire()
4065 if (entry->wired_count != 0) in vm_map_delete()
4224 if (src_entry->wired_count == 0 || in vm_map_copy_entry()
4475 new_entry->wired_count = 0; in vmspace_fork()
4510 new_entry->wired_count = 0; in vmspace_fork()
5054 *wired = (entry->wired_count != 0); in vm_map_lookup()
5189 *wired = (entry->wired_count != 0); in vm_map_lookup_locked()
5362 if (entry->wired_count != 0) in vm_map_print()