Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/vm/
H A Dvm_pagelist.c2657 page_t *tpp, *first_pp = pp; in page_trylock_cons() local
2685 while (first_pp != tpp) { in page_trylock_cons()
2686 page_unlock_nocapture(first_pp); in page_trylock_cons()
2687 first_pp = first_pp->p_next; in page_trylock_cons()
2876 page_t *pp, *first_pp; in page_get_mnode_freelist() local
2938 first_pp = pp; in page_get_mnode_freelist()
2955 if (pp == first_pp) in page_get_mnode_freelist()
3939 page_t *pp, *first_pp; in page_get_mnode_cachelist() local
3977 first_pp = pp; in page_get_mnode_cachelist()
3985 if (pp == first_pp) { in page_get_mnode_cachelist()
/illumos-gate/usr/src/uts/i86pc/vm/
H A Dvm_machdep.c3166 page_t *first_pp; in page_get_mnode_anylist() local
3205 first_pp = pp; in page_get_mnode_anylist()
3210 if (pp == first_pp) { in page_get_mnode_anylist()
3234 if (pp == first_pp) in page_get_mnode_anylist()
3300 first_pp = pp; in page_get_mnode_anylist()
3305 if (pp == first_pp) in page_get_mnode_anylist()
3326 if (pp == first_pp) in page_get_mnode_anylist()