Home
last modified time | relevance | path

Searched refs:page_get_cachelist (Results 1 – 4 of 4) sorted by relevance

/titanic_41/usr/src/uts/common/vm/
H A Dpage.h736 page_t *page_get_cachelist(struct vnode *, u_offset_t, struct seg *,
H A Dvm_page.c1863 pp = page_get_cachelist(vp, off, seg, vaddr, in page_create_get_something()
2414 npp = page_get_cachelist(vp, off, seg, in page_create_va()
H A Dvm_pagelist.c3883 page_get_cachelist(struct vnode *vp, u_offset_t off, struct seg *seg, in page_get_cachelist() function
/titanic_41/usr/src/uts/common/io/
H A Dramdisk.c340 pp = page_get_cachelist(&kvp, 0, &kseg, addr, 0, NULL); in rd_phys_alloc()