Home
last modified time | relevance | path

Searched refs:first_pp (Results 1 – 2 of 2) sorted by relevance

/onnv-gate/usr/src/uts/common/vm/
H A Dvm_pagelist.c2699 page_t *tpp, *first_pp = pp; in page_trylock_cons() local
2727 while (first_pp != tpp) { in page_trylock_cons()
2728 page_unlock_nocapture(first_pp); in page_trylock_cons()
2729 first_pp = first_pp->p_next; in page_trylock_cons()
2918 page_t *pp, *first_pp; in page_get_mnode_freelist() local
2980 first_pp = pp; in page_get_mnode_freelist()
2997 if (pp == first_pp) in page_get_mnode_freelist()
3974 page_t *pp, *first_pp; in page_get_mnode_cachelist() local
4012 first_pp = pp; in page_get_mnode_cachelist()
4020 if (pp == first_pp) { in page_get_mnode_cachelist()
/onnv-gate/usr/src/uts/i86pc/vm/
H A Dvm_machdep.c3075 page_t *first_pp; in page_get_mnode_anylist() local
3114 first_pp = pp; in page_get_mnode_anylist()
3119 if (pp == first_pp) { in page_get_mnode_anylist()
3143 if (pp == first_pp) in page_get_mnode_anylist()
3209 first_pp = pp; in page_get_mnode_anylist()
3214 if (pp == first_pp) in page_get_mnode_anylist()
3235 if (pp == first_pp) in page_get_mnode_anylist()