Searched refs:ku_indx (Results 1 – 4 of 4) sorted by relevance
255 kup->ku_indx = indx; in malloc()333 if (kup->ku_indx != indx) in malloc()390 size = 1 << kup->ku_indx;391 kbp = &bucket[kup->ku_indx];419 alloc = addrmask[kup->ku_indx];427 kup->ku_indx = 0;
147 kup->ku_indx = indx;231 if (kup->ku_indx != indx)274 size = 1 << kup->ku_indx;275 kbp = &bucket[kup->ku_indx];285 alloc = addrmask[kup->ku_indx];295 kup->ku_indx = 0;
200 kup->ku_indx = indx;293 if (kup->ku_indx != indx)347 size = 1 << kup->ku_indx;348 kbp = &bucket[kup->ku_indx];358 alloc = addrmask[kup->ku_indx];368 kup->ku_indx = 0;
327 short ku_indx; /* bucket index */ member