ku_indx 224 kern/kern_malloc.c kup->ku_indx = indx;
ku_indx 315 kern/kern_malloc.c if (kup->ku_indx != indx)
ku_indx 367 kern/kern_malloc.c size = 1 << kup->ku_indx;
ku_indx 368 kern/kern_malloc.c kbp = &bucket[kup->ku_indx];
ku_indx 378 kern/kern_malloc.c alloc = addrmask[kup->ku_indx];
ku_indx 388 kern/kern_malloc.c kup->ku_indx = 0;
ku_indx 328 sys/malloc.h short ku_indx; /* bucket index */
ku_indx 419 sys/malloc.h if (1 << kup->ku_indx > MAXALLOCSAVE) { \
ku_indx 422 sys/malloc.h kbp = &bucket[kup->ku_indx]; \