Lines Matching refs:buf_ctl
56 const struct skmem_bufctl *buf_ctl; member
58 #define buf_objaddr buf_ctl->bc_addr
59 #define buf_objlim buf_ctl->bc_lim
86 *(struct skmem_bufctl **)(uintptr_t)&(_kbuf)->buf_ctl = (_bc); \
117 ASSERT((_kbuf)->buf_ctl != NULL); \
128 ASSERT((_kbuf)->buf_ctl != NULL); \
132 BUF_BADDR(_kbuf, (_kbuf)->buf_ctl->bc_addr); \
164 (_kbuf)->buf_ctl = NULL; \
202 if (__probable((_kbuf)->buf_ctl != NULL)) { \
204 __DECONST(struct skmem_bufctl *, (_kbuf)->buf_ctl));\
206 (uintptr_t)&(_kbuf)->buf_ctl = NULL; \
224 ASSERT((_dkb)->buf_ctl == (_skb)->buf_ctl); \
225 if (__probable((_dkb)->buf_ctl != NULL)) { \
227 (_dkb)->buf_ctl)); \