Home
last modified time | relevance | path

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

/linux-6.12.1/io_uring/
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()
Dnotif.c36 void io_tx_ubuf_complete(struct sk_buff *skb, struct ubuf_info *uarg, in io_tx_ubuf_complete() function
54 io_tx_ubuf_complete(skb, &nd->head->uarg, success); in io_tx_ubuf_complete()
103 .complete = io_tx_ubuf_complete,