Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/vm/
H A Dvm_seg.c948 pcache_link_t *hlinkp; in seg_ppurge_async() local
1044 for (hlinkp = seg_pahhead[hlix].p_lnext; hlinkp != &seg_pahhead[hlix]; in seg_ppurge_async()
1045 hlinkp = hlnextp) { in seg_ppurge_async()
1047 hlnextp = hlinkp->p_lnext; in seg_ppurge_async()
1050 hp = hlink2phash(hlinkp, hlix); in seg_ppurge_async()
1121 if (hlinkp == &seg_pahhead[hlix]) { in seg_ppurge_async()
1138 seg_pahhead[hlix].p_lnext != hlinkp) { in seg_ppurge_async()
1139 ASSERT(hlinkp != NULL); in seg_ppurge_async()
1150 seg_pahhead[hlix].p_lnext = hlinkp; in seg_ppurge_async()
1151 seg_pahhead[hlix].p_lprev = hlinkp->p_lprev; in seg_ppurge_async()
[all …]