Searched refs:bl_tail (Results 1 – 2 of 2) sorted by relevance
1253 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()
193 sbp2_bus_buf_t *bl_tail; /* last element */ member