Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/sun4u/starfire/io/
H A Didn_smr.c1755 if (sp->sl_head) in smr_alloc_buflist()
1761 sp->sl_head = sp->sl_free = sp->sl_inuse = NULL; in smr_alloc_buflist()
1776 sp->sl_head = sp->sl_free = hp; in smr_alloc_buflist()
1785 if (sp->sl_head == NULL) in smr_free_buflist()
1790 FREESTRUCT(sp->sl_head, smr_slabbuf_t, nbufs); in smr_free_buflist()
1792 sp->sl_head = sp->sl_free = sp->sl_inuse = NULL; in smr_free_buflist()
/titanic_50/usr/src/uts/sun4u/starfire/sys/
H A Didn_smr.h192 #define sl_head _u._s._sl_head macro