Searched refs:vm_object_unwire (Results 1 - 3 of 3) sorted by relevance

/freebsd-10-stable/sys/vm/
H A Dvm_object.h297 void vm_object_unwire(vm_object_t object, vm_ooffset_t offset,
H A Dvm_object.c2196 * vm_object_unwire:
2204 vm_object_unwire(vm_object_t object, vm_ooffset_t offset, vm_size_t length, function
2213 ("vm_object_unwire: offset is not page aligned"));
2215 ("vm_object_unwire: length is not a multiple of PAGE_SIZE"));
2239 ("vm_object_unwire: missing page"));
H A Dvm_map.c2510 vm_object_unwire(entry->object.vm_object, entry->offset,
2890 vm_object_unwire(entry->object.vm_object, entry->offset, entry->end -

Completed in 88 milliseconds