Home
last modified time | relevance | path

Searched refs:vm_page (Results 1 – 25 of 40) sorted by relevance

12

/f-stack/freebsd/vm/
H A D_vm_phys.h45 struct vm_page;
47 TAILQ_HEAD(pglist, vm_page);
H A Dvm.h130 struct vm_page;
131 typedef struct vm_page *vm_page_t;
H A Dvm_pagequeue.h268 struct vm_page vmd_markers[PQ_COUNT]; /* (q) markers for queue scans */
269 struct vm_page vmd_inacthead; /* marker for LRU-defeating insertions */
270 struct vm_page vmd_clock[2]; /* markers for active queue scan */
H A Dvm_page.h225 struct vm_page { struct
227 TAILQ_ENTRY(vm_page) q; /* page queue or free list (Q) */ argument
229 SLIST_ENTRY(vm_page) ss; /* private slists */
240 TAILQ_ENTRY(vm_page) listq; /* pages in same object (O) */ argument
339 TAILQ_HEAD(pglist, vm_page);
342 SLIST_HEAD(spglist, vm_page);
H A Dvm_object.h96 TAILQ_HEAD(pglist, vm_page);
142 TAILQ_HEAD(, vm_page) devp_pglist;
153 TAILQ_HEAD(, vm_page) sgp_pglist;
H A Dmemguard.c259 struct vm_page *p; in v2sizep()
274 struct vm_page *p; in v2sizev()
/f-stack/tools/compat/include/sys/
H A Dsf_buf.h111 struct sf_buf *sf_buf_alloc(struct vm_page *, int);
162 sf_buf_alloc(struct vm_page *m, int pri) in sf_buf_alloc()
H A Duio.h87 struct vm_page;
108 int uiomove_fromphys(struct vm_page *ma[], vm_offset_t offset, int n,
/f-stack/freebsd/sys/
H A Dsf_buf.h111 struct sf_buf *sf_buf_alloc(struct vm_page *, int);
162 sf_buf_alloc(struct vm_page *m, int pri) in sf_buf_alloc()
H A Duio.h79 struct vm_page;
96 int uiomove_fromphys(struct vm_page *ma[], vm_offset_t offset, int n,
H A Dbus_dma_internal.h49 struct vm_page **ma, bus_size_t tlen, int ma_offs,
H A Dbuf.h74 struct vm_page;
158 struct vm_page *b_pages[];
599 int vfs_bio_getpages(struct vnode *vp, struct vm_page **ma, int count,
H A Dbio.h97 struct vm_page **bio_ma; /* Or unmapped. */
H A Dtypes.h293 typedef struct vm_page *vm_page_t;
H A Dbus_dma.h351 struct vm_page **ma, bus_size_t tlen, int ma_offs, int flags,
/f-stack/freebsd/mips/include/
H A Dsf_buf.h45 static inline struct vm_page *
/f-stack/freebsd/arm64/arm64/
H A Dmem.c52 struct vm_page m; in memrw()
/f-stack/freebsd/contrib/openzfs/include/os/freebsd/zfs/sys/
H A Dzfs_vnops_os.h33 uint64_t size, struct vm_page **ppa, dmu_tx_t *tx);
/f-stack/freebsd/mips/mips/
H A Dmem.c83 struct vm_page m; in memrw()
/f-stack/freebsd/x86/include/
H A Dbusdma_impl.h72 struct vm_page **ma, bus_size_t tlen, int ma_offs, int flags,
H A Dbus_dma.h145 _bus_dmamap_load_ma(bus_dma_tag_t dmat, bus_dmamap_t map, struct vm_page **ma, in _bus_dmamap_load_ma()
/f-stack/freebsd/arm64/include/
H A Dbus_dma_impl.h70 struct vm_page **ma, bus_size_t tlen, int ma_offs, int flags,
H A Dbus_dma.h110 _bus_dmamap_load_ma(bus_dma_tag_t dmat, bus_dmamap_t map, struct vm_page **ma, in _bus_dmamap_load_ma()
/f-stack/freebsd/kern/
H A Dsubr_sfbuf.c114 sf_buf_alloc(struct vm_page *m, int flags) in sf_buf_alloc()
H A Dkern_physio.c50 struct vm_page **pages; in physio()

12