Searched refs:vm_page_unwire (Results 1 - 25 of 30) sorted by last modified time

12

/freebsd-11-stable/sys/vm/
H A Dvm_fault.c1147 vm_page_unwire(fs.m, PQ_INACTIVE);
1776 vm_page_unwire(src_m, PQ_INACTIVE);
H A Duma_core.c1147 vm_page_unwire(p, PQ_NONE);
H A Dvm_page.c3022 * vm_page_unwire:
3038 vm_page_unwire(vm_page_t m, uint8_t queue) function
3042 ("vm_page_unwire: invalid queue %u request for page %p",
3048 ("vm_page_unwire: fictitious page %p's wire count isn't one", m));
3062 panic("vm_page_unwire: page %p's wire count is zero", m);
H A Dvm_object.c2329 vm_page_unwire(tm, queue);
H A Dvm_glue.c409 vm_page_unwire(m, PQ_NONE);
H A Dvm_kern.c408 vm_page_unwire(m, PQ_NONE);
H A Dvm_swapout.c550 vm_page_unwire(m, PQ_INACTIVE);
H A Dvm_page.h520 boolean_t vm_page_unwire(vm_page_t m, uint8_t queue);
/freebsd-11-stable/sys/kern/
H A Dvfs_bio.c2607 if (vm_page_unwire(m, PQ_NONE)) {
H A Dkern_sendfile.c140 if (vm_page_unwire(pg, PQ_INACTIVE) && pg->object == NULL)
167 if (vm_page_unwire(pg, PQ_NONE)) {
752 vm_page_unwire(pa[j], PQ_INACTIVE);
/freebsd-11-stable/sys/amd64/amd64/
H A Dpmap.c3467 vm_page_unwire(m, PQ_NONE);
/freebsd-11-stable/sys/dev/cxgbe/tom/
H A Dt4_ddp.c124 vm_page_unwire(p, PQ_INACTIVE);
/freebsd-11-stable/share/man/man9/
H A DMakefile1998 MLINKS+=vm_page_wire.9 vm_page_unwire.9
/freebsd-11-stable/sys/i386/i386/
H A Dpmap.c2400 vm_page_unwire(m, PQ_NONE);
/freebsd-11-stable/sys/compat/linuxkpi/common/include/linux/
H A Dmm.h254 if (vm_page_unwire(page, PQ_ACTIVE) && page->object == NULL)
/freebsd-11-stable/sys/compat/linuxkpi/common/src/
H A Dlinux_page.c322 vm_page_unwire(page, PQ_NONE);
/freebsd-11-stable/sys/arm/arm/
H A Dpmap-v6.c2967 vm_page_unwire(m, PQ_NONE);
/freebsd-11-stable/sys/riscv/riscv/
H A Dpmap.c1592 vm_page_unwire(m, PQ_NONE);
/freebsd-11-stable/sys/mips/mips/
H A Dpmap.c1548 vm_page_unwire(m, PQ_NONE);
/freebsd-11-stable/sys/arm64/arm64/
H A Dpmap.c2077 vm_page_unwire(m, PQ_NONE);
/freebsd-11-stable/sys/arm/nvidia/drm2/
H A Dtegra_bo.c70 vm_page_unwire(m, PQ_NONE);
/freebsd-11-stable/sys/dev/agp/
H A Dagp_i810.c1798 vm_page_unwire(m, PQ_INACTIVE);
/freebsd-11-stable/sys/net/
H A Dbpf_zerocopy.c117 if (vm_page_unwire(pp, PQ_INACTIVE) && pp->object == NULL)
/freebsd-11-stable/sys/dev/ti/
H A Dif_ti.c1624 vm_page_unwire(frame, PQ_NONE);
/freebsd-11-stable/sys/dev/drm2/i915/
H A Di915_gem_gtt.c201 vm_page_unwire(ppgtt->pt_pages[i], PQ_NONE);
231 vm_page_unwire(ppgtt->pt_pages[i], PQ_NONE);

Completed in 357 milliseconds

12