Lines Matching refs:wired_count
1756 prev_entry->wired_count == 0) { in vm_map_insert()
1802 new_entry->wired_count = 0; in vm_map_insert()
2292 prev->wired_count == entry->wired_count && in vm_map_mergeable_neighbors()
3093 entry->wired_count == 0) { in vm_map_madvise()
3333 if (entry->wired_count == 1) in vm_map_unwire()
3336 entry->wired_count--; in vm_map_unwire()
3395 entry->wired_count == 1, in vm_map_wire_entry_failure()
3414 entry->wired_count = -1; in vm_map_wire_entry_failure()
3502 } else if (entry->wired_count == 0) { in vm_map_wire_locked()
3503 entry->wired_count++; in vm_map_wire_locked()
3576 entry->wired_count++; in vm_map_wire_locked()
3629 } else if (entry->wired_count == -1) { in vm_map_wire_locked()
3634 entry->wired_count = 0; in vm_map_wire_locked()
3641 if (entry->wired_count == 1) { in vm_map_wire_locked()
3647 entry->wired_count--; in vm_map_wire_locked()
3797 KASSERT(entry->wired_count > 0, in vm_map_entry_unwire()
3806 entry->wired_count = 0; in vm_map_entry_unwire()
3963 if (entry->wired_count != 0) in vm_map_delete()
4125 if (src_entry->wired_count == 0 || in vm_map_copy_entry()
4375 new_entry->wired_count = 0; in vmspace_fork()
4410 new_entry->wired_count = 0; in vmspace_fork()
4993 *wired = (entry->wired_count != 0); in vm_map_lookup()
5128 *wired = (entry->wired_count != 0); in vm_map_lookup_locked()
5301 if (entry->wired_count != 0) in vm_map_print()