Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/sbp2/
H A Dsbp2.c1253 if (bl->bl_tail == buf) { /* last one? */ in sbp2_orb_freelist_get()
1255 bl->bl_tail = NULL; in sbp2_orb_freelist_get()
1274 ASSERT(bl->bl_tail == NULL); in sbp2_orb_freelist_put()
1275 bl->bl_head = bl->bl_tail = buf; in sbp2_orb_freelist_put()
1277 bl->bl_tail->bb_next = buf; in sbp2_orb_freelist_put()
1278 bl->bl_tail = buf; in sbp2_orb_freelist_put()
1305 bl->bl_head = bl->bl_tail = NULL; in sbp2_orb_freelist_destroy()
/illumos-gate/usr/src/uts/common/sys/sbp2/
H A Ddriver.h193 sbp2_bus_buf_t *bl_tail; /* last element */ member