Lines Matching defs:allocb
64 * allocate, dup and free streams messages: allocb(), [d]esballoc[a],
80 * allocb() determines the nearest-size cache by table lookup:
120 * The sizes of the allocb() small-message caches are not magical.
416 allocb(size_t size, uint_t pri)
445 FTRACE_1("allocb(): mp=0x%p", (uintptr_t)mp);
457 mblk_t *mp = allocb(size, 0);
477 mblk_t *mp = allocb(size, 0);
685 return (allocb(size, BPRI_HI));
1156 if ((bp = allocb(size, BPRI_HI)) != NULL)
1167 * allocb() implementation details in header files.
1201 while ((mp = allocb(size, pri)) == NULL) {
1234 if ((mp = allocb(sizeof (union ioctypes), BPRI_MED)) == NULL)