Home
last modified time | relevance | path

Searched refs:kb_elmpercl (Results 1 – 2 of 2) sorted by relevance

/original-bsd/sys/kern/
H A Dkern_malloc.c129 kbp->kb_total += kbp->kb_elmpercl;
143 kup->ku_freecnt = kbp->kb_elmpercl;
144 kbp->kb_totalfree += kbp->kb_elmpercl;
316 if (kup->ku_freecnt >= kbp->kb_elmpercl)
317 if (kup->ku_freecnt > kbp->kb_elmpercl)
362 bucket[indx].kb_elmpercl = 1; in kmeminit()
364 bucket[indx].kb_elmpercl = CLBYTES / (1 << indx); in kmeminit()
365 bucket[indx].kb_highwat = 5 * bucket[indx].kb_elmpercl; in kmeminit()
/original-bsd/sys/sys/
H A Dmalloc.h192 long kb_elmpercl; /* # of elements in this sized allocation */ member