Home
last modified time | relevance | path

Searched defs:head (Results 1 – 11 of 11) sorted by relevance

/io_uring/
Dslist.h6 #define __wq_list_for_each(pos, head) \ argument
9 #define wq_list_for_each(pos, prv, head) \ argument
Dpoll.h13 struct wait_queue_head *head; member
Dpoll.c184 struct wait_queue_head *head = smp_load_acquire(&poll->head); in io_poll_remove_entry() local
471 struct wait_queue_head *head; in io_poll_double_prepare() local
495 struct wait_queue_head *head, in __io_queue_proc()
551 static void io_poll_queue_proc(struct file *file, struct wait_queue_head *head, in io_poll_queue_proc()
671 static void io_async_queue_proc(struct file *file, struct wait_queue_head *head, in io_async_queue_proc()
Dnotif.h18 struct io_notif_data *head; member
Dkbuf.h35 __u16 head; member
129 #define io_ring_head_to_buf(br, head, mask) &(br)->bufs[(head) & (mask)] argument
Dio_uring.c189 static bool io_match_linked(struct io_kiocb *head) in io_match_linked()
204 bool io_match_task_safe(struct io_kiocb *head, struct task_struct *task, in io_match_task_safe()
1084 static inline struct llist_node *io_llist_xchg(struct llist_head *head, in io_llist_xchg()
1161 struct llist_node *head; in io_req_local_work_add() local
2005 struct io_kiocb *head = ctx->submit_state.link.head; in io_init_req_drain() local
2131 struct io_kiocb *head = link->head; in io_submit_fail_init() local
2263 unsigned head = ctx->cached_sq_head++ & mask; in io_get_sqe() local
Dkbuf.c140 __u16 tail, head = bl->head; in io_ring_buffer_select() local
205 __u16 nr_avail, tail, head; in io_ring_buffers_peek() local
Dtimeout.c23 struct io_kiocb *head; member
642 static bool io_match_task(struct io_kiocb *head, struct task_struct *task, in io_match_task()
Dwaitid.c30 struct wait_queue_head *head; member
Dmsg_ring.c220 static void io_msg_tw_fd_complete(struct callback_head *head) in io_msg_tw_fd_complete()
Dio_uring.h153 #define io_for_each_link(pos, head) \ argument