Searched refs:sl_inuse (Results 1 – 4 of 4) sorted by relevance
676 bp->sb_next = sp->sl_inuse; in smr_buf_alloc()677 sp->sl_inuse = bp; in smr_buf_alloc()760 bpp = &sp->sl_inuse; in smr_buf_free()841 bpp = &sp->sl_inuse; in smr_buf_free_all()900 if (sp->sl_inuse == NULL) in smr_buf_reclaim()906 if (sp->sl_inuse == NULL) { in smr_buf_reclaim()911 bpp = &sp->sl_inuse; in smr_buf_reclaim()958 return ((sp && sp->sl_inuse) ? 1 : 0); in smr_slab_busy()1565 } else if (sp->sl_inuse) { in smr_slaballoc_get()1761 sp->sl_head = sp->sl_free = sp->sl_inuse = NULL; in smr_alloc_buflist()[all …]
3970 for (bp = sp->sl_inuse; bp; bp = bp->sb_next) { in idn_buffer_report()
7928 for (bp = sp->sl_inuse; bp; bp = bp->sb_next) in idn_deconfig()
191 #define sl_inuse _u._s._sl_inuse macro