Searched refs:hrm_hashtab (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/vm/
H A Dhat_refmod.c47 struct hrmstat **hrm_hashtab; /* hash table for finding blocks quickly */ variable in typeref:struct:hrmstat
169 for (hrm = hrm_hashtab[h]; hrm; hrm = hrm->hrm_hnext) {
338 hrm->hrm_hnext = hrm_hashtab[h];
339 hrm_hashtab[h] = hrm;
350 list = hrm_hashtab[h];
351 prev_hrm = &hrm_hashtab[h];
447 if (hrm_hashtab == NULL) {
467 for (hrm = hrm_hashtab[h]; hrm; hrm = hrm->hrm_hnext) {
H A Dhat.h580 extern struct hrmstat **hrm_hashtab;
/illumos-gate/usr/src/uts/i86pc/vm/
H A Dhat_i86.c762 * Pre-allocate hrm_hashtab before enabling the collection of
767 hrm_hashtab = kmem_zalloc(HRM_HASHSIZE * sizeof (struct hrmstat *),
/illumos-gate/usr/src/uts/sfmmu/vm/
H A Dhat_sfmmu.c1394 * Pre-allocate hrm_hashtab before enabling the collection of
1399 hrm_hashtab = kmem_zalloc(HRM_HASHSIZE * sizeof (struct hrmstat *),

Completed in 82 milliseconds