Home
last modified time | relevance | path

Searched refs:io_notif_data (Results 1 – 3 of 3) sorted by relevance

/linux/io_uring/
H A Dnotif.h13 struct io_notif_data { struct
17 struct io_notif_data *next; argument
18 struct io_notif_data *head; argument
30 static inline struct io_notif_data *io_notif_to_data(struct io_kiocb *notif) in io_notif_to_data() argument
32 return io_kiocb_to_cmd(notif, struct io_notif_data); in io_notif_to_data()
38 struct io_notif_data *nd = io_notif_to_data(notif); in io_notif_flush()
46 struct io_notif_data *nd = io_notif_to_data(notif); in io_notif_account_mem()
H A Dnotif.c16 struct io_notif_data *nd = io_notif_to_data(notif); in io_notif_tw_complete()
39 struct io_notif_data *nd = container_of(uarg, struct io_notif_data, uarg); in io_tx_ubuf_complete()
65 struct io_notif_data *nd, *prev_nd; in io_link_skb()
69 nd = container_of(uarg, struct io_notif_data, uarg); in io_link_skb()
87 prev_nd = container_of(prev_uarg, struct io_notif_data, uarg); in io_link_skb()
111 struct io_notif_data *nd; in io_alloc_notif()
H A Dnet.c1362 struct io_notif_data *nd = io_notif_to_data(notif); in io_send_zc_prep()