Searched refs:hrm_hnext (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/vm/
H A Dhat_refmod.c169 for (hrm = hrm_hashtab[h]; hrm; hrm = hrm->hrm_hnext) {
236 hrm->hrm_hnext = hrm_blist;
271 hrm_next = hrm_tmplist->hrm_hnext;
316 hrm->hrm_hnext = hrm_memlist;
322 l->hrm_hnext = hrm_blist;
338 hrm->hrm_hnext = hrm_hashtab[h];
355 *prev_hrm = list->hrm_hnext;
358 prev_hrm = &list->hrm_hnext;
359 list = list->hrm_hnext;
392 hrm_blist = hrm->hrm_hnext;
[all...]
H A Dhat.h576 struct hrmstat *hrm_hnext; /* list for hashed blocks */ member in struct:hrmstat

Completed in 45 milliseconds