Home
last modified time | relevance | path

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

/linux/io_uring/
H A Dnotif.h27 void io_tx_ubuf_complete(struct sk_buff *skb, struct ubuf_info *uarg,
40 io_tx_ubuf_complete(NULL, &nd->uarg, true); in io_notif_flush()
H A Dnotif.c43 void io_tx_ubuf_complete(struct sk_buff *skb, struct ubuf_info *uarg, in io_tx_ubuf_complete() function
61 io_tx_ubuf_complete(skb, &nd->head->uarg, success); in io_tx_ubuf_complete()
110 .complete = io_tx_ubuf_complete,