Searched refs:slab_head (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/libumem/common/
H A Dumem.c1170 sp->slab_head = NULL;
1202 bcp->bc_next = sp->slab_head;
1203 sp->slab_head = bcp;
1213 while ((bcp = sp->slab_head) != NULL) {
1214 sp->slab_head = bcp->bc_next;
1242 while ((bcp = sp->slab_head) != NULL) {
1243 sp->slab_head = bcp->bc_next;
1265 if (sp->slab_head == NULL) {
1292 bcp = sp->slab_head;
1293 if ((sp->slab_head
[all...]
H A Dumem_impl.h194 struct umem_bufctl *slab_head; /* first free buffer */ member in struct:umem_slab

Completed in 27 milliseconds