Searched refs:mtype_func (Results 1 – 2 of 2) sorted by relevance
/titanic_41/usr/src/uts/i86pc/vm/ |
H A D | vm_dep.h | 87 extern int mtype_func(int, int, uint_t); 297 (mtype = mtype_func(mnode, mtype, flags)) 301 mtype = mtype_func(mnode, mtype, flags | PGI_MT_NEXT); \
|
H A D | vm_machdep.c | 1519 mtype_func(int mnode, int mtype, uint_t flags) in mtype_func() function 1664 mtype = mtype_func(mnode, mtype, flags); in mnode_pgcnt() 1668 mtype = mtype_func(mnode, mtype, flags | PGI_MT_NEXT); in mnode_pgcnt()
|