Searched refs:hpw (Results 1 – 1 of 1) sorted by relevance
1000 struct seg_phash_wired *hpw; in seg_ppurge_async() local1004 for (hpw = seg_phashtab_wired; in seg_ppurge_async()1005 hpw < &seg_phashtab_wired[seg_phashsize_wired]; hpw++) { in seg_ppurge_async()1007 if (hpw->p_hnext == (struct seg_pcache *)hpw) { in seg_ppurge_async()1011 mutex_enter(&hpw->p_hmutex); in seg_ppurge_async()1013 for (pcp = hpw->p_hnext; in seg_ppurge_async()1014 pcp != (struct seg_pcache *)hpw; in seg_ppurge_async()1019 (struct seg_phash *)hpw); in seg_ppurge_async()1029 mutex_exit(&hpw->p_hmutex); in seg_ppurge_async()