Symbol: seg_pcache
usr/src/uts/common/vm/vm_seg.c
1007
if (hpw->p_hnext == (struct seg_pcache *)hpw) {
usr/src/uts/common/vm/vm_seg.c
101
struct seg_pcache *p_hnext; /* list for hashed blocks */
usr/src/uts/common/vm/vm_seg.c
1014
pcp != (struct seg_pcache *)hpw;
usr/src/uts/common/vm/vm_seg.c
102
struct seg_pcache *p_hprev;
usr/src/uts/common/vm/vm_seg.c
1051
if (hp->p_hnext == (struct seg_pcache *)hp) {
usr/src/uts/common/vm/vm_seg.c
1058
for (pcp = hp->p_hnext; pcp != (struct seg_pcache *)hp;
usr/src/uts/common/vm/vm_seg.c
108
struct seg_pcache *p_hnext; /* list for hashed blocks */
usr/src/uts/common/vm/vm_seg.c
109
struct seg_pcache *p_hprev;
usr/src/uts/common/vm/vm_seg.c
1101
if (hp->p_hnext == (struct seg_pcache *)hp) {
usr/src/uts/common/vm/vm_seg.c
1197
struct seg_pcache *pcp;
usr/src/uts/common/vm/vm_seg.c
1200
struct seg_pcache *delcallb_list = NULL;
usr/src/uts/common/vm/vm_seg.c
1212
if (hp->p_hnext == (struct seg_pcache *)hp) {
usr/src/uts/common/vm/vm_seg.c
1217
while (pcp != (struct seg_pcache *)hp) {
usr/src/uts/common/vm/vm_seg.c
1271
struct seg_pcache *delcallb_list = NULL;
usr/src/uts/common/vm/vm_seg.c
1272
struct seg_pcache *pcp;
usr/src/uts/common/vm/vm_seg.c
1292
while (pcp != (struct seg_pcache *)hp) {
usr/src/uts/common/vm/vm_seg.c
1338
if (hp->p_hnext == (struct seg_pcache *)hp) {
usr/src/uts/common/vm/vm_seg.c
1388
sizeof (struct seg_pcache), 0, NULL, NULL, NULL, NULL, NULL, 0);
usr/src/uts/common/vm/vm_seg.c
1431
hp->p_hnext = (struct seg_pcache *)hp;
usr/src/uts/common/vm/vm_seg.c
1432
hp->p_hprev = (struct seg_pcache *)hp;
usr/src/uts/common/vm/vm_seg.c
1468
hp->p_hnext = (struct seg_pcache *)hp;
usr/src/uts/common/vm/vm_seg.c
1469
hp->p_hprev = (struct seg_pcache *)hp;
usr/src/uts/common/vm/vm_seg.c
244
#define plink2pcache(pl) ((struct seg_pcache *)((uintptr_t)(pl) - \
usr/src/uts/common/vm/vm_seg.c
245
offsetof(struct seg_pcache, p_plink)))
usr/src/uts/common/vm/vm_seg.c
294
ASSERT(hp->p_hnext->p_hnext == (struct seg_pcache *)hp);
usr/src/uts/common/vm/vm_seg.c
295
ASSERT(hp->p_hprev->p_hprev == (struct seg_pcache *)hp);
usr/src/uts/common/vm/vm_seg.c
421
static struct seg_pcache *
usr/src/uts/common/vm/vm_seg.c
425
struct seg_pcache *pcp;
usr/src/uts/common/vm/vm_seg.c
426
struct seg_pcache *delcallb_list = NULL;
usr/src/uts/common/vm/vm_seg.c
431
for (pcp = hp->p_hnext; pcp != (struct seg_pcache *)hp;
usr/src/uts/common/vm/vm_seg.c
466
struct seg_pcache *pcp;
usr/src/uts/common/vm/vm_seg.c
485
for (pcp = hp->p_hnext; pcp != (struct seg_pcache *)hp;
usr/src/uts/common/vm/vm_seg.c
528
struct seg_pcache *pcp;
usr/src/uts/common/vm/vm_seg.c
566
for (pcp = hp->p_hnext; pcp != (struct seg_pcache *)hp;
usr/src/uts/common/vm/vm_seg.c
612
hp->p_hnext == (struct seg_pcache *)hp) {
usr/src/uts/common/vm/vm_seg.c
804
struct seg_pcache *pcp;
usr/src/uts/common/vm/vm_seg.c
809
struct seg_pcache *delcallb_list = NULL;
usr/src/uts/common/vm/vm_seg.c
83
struct seg_pcache *p_hnext; /* list for hashed blocks */
usr/src/uts/common/vm/vm_seg.c
84
struct seg_pcache *p_hprev;
usr/src/uts/common/vm/vm_seg.c
896
pcp->p_hprev = (struct seg_pcache *)hp;
usr/src/uts/common/vm/vm_seg.c
939
struct seg_pcache *delcallb_list = NULL;
usr/src/uts/common/vm/vm_seg.c
940
struct seg_pcache *pcp;