Lines Matching refs:p_hnext

83 	struct seg_pcache	*p_hnext;	/* list for hashed blocks */
101 struct seg_pcache *p_hnext; /* list for hashed blocks */
108 struct seg_pcache *p_hnext; /* list for hashed blocks */
290 ASSERT((struct seg_phash *)hp->p_hnext != hp);
292 ASSERT(hp->p_hnext == hp->p_hprev);
293 ASSERT(!IS_PCP_WIRED(hp->p_hnext));
294 ASSERT(hp->p_hnext->p_hnext == (struct seg_pcache *)hp);
344 ASSERT((struct seg_phash *)hp->p_hnext == hp);
431 for (pcp = hp->p_hnext; pcp != (struct seg_pcache *)hp;
432 pcp = pcp->p_hnext) {
444 pcp->p_hprev->p_hnext = pcp->p_hnext;
445 pcp->p_hnext->p_hprev = pcp->p_hprev;
485 for (pcp = hp->p_hnext; pcp != (struct seg_pcache *)hp;
486 pcp = pcp->p_hnext) {
566 for (pcp = hp->p_hnext; pcp != (struct seg_pcache *)hp;
567 pcp = pcp->p_hnext) {
609 pcp->p_hprev->p_hnext = pcp->p_hnext;
610 pcp->p_hnext->p_hprev = pcp->p_hprev;
612 hp->p_hnext == (struct seg_pcache *)hp) {
895 pcp->p_hnext = hp->p_hnext;
897 hp->p_hnext->p_hprev = pcp;
898 hp->p_hnext = pcp;
1007 if (hpw->p_hnext == (struct seg_pcache *)hpw) {
1013 for (pcp = hpw->p_hnext;
1015 pcp = pcp->p_hnext) {
1024 pcp->p_hprev->p_hnext = pcp->p_hnext;
1025 pcp->p_hnext->p_hprev = pcp->p_hprev;
1051 if (hp->p_hnext == (struct seg_pcache *)hp) {
1058 for (pcp = hp->p_hnext; pcp != (struct seg_pcache *)hp;
1059 pcp = pcp->p_hnext) {
1094 pcp->p_hprev->p_hnext = pcp->p_hnext;
1095 pcp->p_hnext->p_hprev = pcp->p_hprev;
1101 if (hp->p_hnext == (struct seg_pcache *)hp) {
1212 if (hp->p_hnext == (struct seg_pcache *)hp) {
1216 pcp = hp->p_hnext;
1225 pcp->p_hprev->p_hnext = pcp->p_hnext;
1226 pcp->p_hnext->p_hprev = pcp->p_hprev;
1230 pcp = pcp->p_hnext;
1291 pcp = hp->p_hnext;
1299 pcp->p_hprev->p_hnext = pcp->p_hnext;
1300 pcp->p_hnext->p_hprev = pcp->p_hprev;
1304 pcp = pcp->p_hnext;
1334 pcp->p_hprev->p_hnext = pcp->p_hnext;
1335 pcp->p_hnext->p_hprev = pcp->p_hprev;
1338 if (hp->p_hnext == (struct seg_pcache *)hp) {
1431 hp->p_hnext = (struct seg_pcache *)hp;
1468 hp->p_hnext = (struct seg_pcache *)hp;