Searched refs:ctl_bufput (Results 1 – 4 of 4) sorted by relevance
19 #define ctl_bufput __ctl_bufput macro24 void ctl_bufput(struct ctl_buf *);
376 ctl_bufput(&ctx->inbuf); in destroy()380 ctl_bufput(&this->outbuf); in destroy()455 ctl_bufput(&tran->outbuf); in write_done()550 ctl_bufput(&ctx->inbuf); in readable()
512 ctl_bufput(&sess->inbuf); in ctl_close()514 ctl_bufput(&sess->outbuf); in ctl_close()615 ctl_bufput(&sess->inbuf); in ctl_readable()746 ctl_bufput(&sess->outbuf); in ctl_writedone()
94 ctl_bufput(struct ctl_buf *buf) { in ctl_bufput() function