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

/darwin-on-arm/xnu/bsd/kern/
H A Duipc_mbuf.c358 * chunks; the available chunks are chained in the slab's freelist (sl_head).
387 void *sl_head; /* first free buffer */ member in struct:mcl_slab
1617 buf = sp->sl_head;
1621 sp->sl_head = buf->obj_next;
1622 VERIFY(sp->sl_head != NULL || sp->sl_refcnt == (NMBPBG - 1));
1624 sp->sl_head = buf->obj_next;
1625 VERIFY(sp->sl_head != NULL || sp->sl_refcnt == (NCLPBG - 1));
1627 sp->sl_head = NULL;
1629 if (sp->sl_head != NULL && !slab_inrange(sp, sp->sl_head)) {
[all...]

Completed in 18 milliseconds