Searched refs:vm_page_unwire (Results 1 - 25 of 30) sorted by relevance

12

/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/arm/nvidia/drm2/
H A Dtegra_bo.c70 vm_page_unwire(m, PQ_NONE);
/freebsd-11-stable/sys/kern/
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/net/
H A Dbpf_zerocopy.c117 if (vm_page_unwire(pp, PQ_INACTIVE) && pp->object == NULL)
/freebsd-11-stable/sys/vm/
H A Dvm_kern.c408 vm_page_unwire(m, PQ_NONE);
H A Dvm_glue.c409 vm_page_unwire(m, PQ_NONE);
H A Dvm_page.h520 boolean_t vm_page_unwire(vm_page_t m, uint8_t queue);
H A Dvm_swapout.c550 vm_page_unwire(m, PQ_INACTIVE);
H A Dvm_fault.c1147 vm_page_unwire(fs.m, PQ_INACTIVE);
1776 vm_page_unwire(src_m, PQ_INACTIVE);
H A Dvm_object.c2329 vm_page_unwire(tm, queue);
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);
/freebsd-11-stable/sys/contrib/vchiq/interface/vchiq_arm/
H A Dvchiq_2835_arm.c382 if (vm_page_unwire(pp, PQ_INACTIVE) && pp->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/dev/agp/
H A Dagp.c618 vm_page_unwire(m, PQ_INACTIVE);
655 vm_page_unwire(m, PQ_INACTIVE);
H A Dagp_i810.c1798 vm_page_unwire(m, PQ_INACTIVE);
/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);
H A Di915_gem.c1893 if (vm_page_unwire(page, PQ_INACTIVE))
1964 vm_page_unwire(obj->pages[i], PQ_ACTIVE);
4584 vm_page_unwire(page, PQ_INACTIVE);
4652 vm_page_unwire(page, PQ_INACTIVE);
4746 vm_page_unwire(page, PQ_NONE);
/freebsd-11-stable/sys/dev/drm/
H A Dvia_dmablit.c182 vm_page_unwire(page, PQ_INACTIVE);
/freebsd-11-stable/sys/dev/drm2/ttm/
H A Dttm_page_alloc.c139 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/sys/riscv/riscv/
H A Dpmap.c1592 vm_page_unwire(m, PQ_NONE);
/freebsd-11-stable/share/man/man9/
H A DMakefile1998 MLINKS+=vm_page_wire.9 vm_page_unwire.9
/freebsd-11-stable/sys/mips/mips/
H A Dpmap.c1548 vm_page_unwire(m, PQ_NONE);
/freebsd-11-stable/sys/dev/ti/
H A Dif_ti.c1624 vm_page_unwire(frame, PQ_NONE);
/freebsd-11-stable/sys/arm64/arm64/
H A Dpmap.c2077 vm_page_unwire(m, PQ_NONE);

Completed in 446 milliseconds

12