Searched refs:page_get_mnode_cachelist (Results 1 – 3 of 3) sorted by relevance
/titanic_50/usr/src/uts/common/vm/ |
H A D | vm_pagelist.c | 241 page_t *page_get_mnode_cachelist(uint_t, uint_t, int, int); 3933 pp = page_get_mnode_cachelist(bin, flags, mnode, mtype); in page_get_cachelist() 3965 pp = page_get_mnode_cachelist(bin, flags, mnode, mtype); in page_get_cachelist() 3982 page_get_mnode_cachelist(uint_t bin, uint_t flags, int mnode, int mtype) in page_get_mnode_cachelist() function 4237 page_get_mnode_cachelist(bin, flags, in page_get_replacement_page() 4270 pplist = page_get_mnode_cachelist(bin, flags, in page_get_replacement_page() 4318 pplist = page_get_mnode_cachelist(bin, in page_get_replacement_page()
|
/titanic_50/usr/src/uts/i86pc/vm/ |
H A D | vm_dep.h | 144 extern page_t *page_get_mnode_cachelist(uint_t, uint_t, int, int);
|
H A D | vm_machdep.c | 3364 pp = page_get_mnode_cachelist( in page_get_anylist()
|