Searched defs:head (Results 1 – 11 of 11) sorted by relevance
/io_uring/ |
A D | slist.h | 6 #define __wq_list_for_each(pos, head) \ argument 9 #define wq_list_for_each(pos, prv, head) \ argument
|
A D | poll.c | 143 struct wait_queue_head *head = smp_load_acquire(&poll->head); in io_poll_remove_entry() local 432 struct wait_queue_head *head; in io_poll_double_prepare() local 456 struct wait_queue_head *head, in __io_queue_proc() 512 static void io_poll_queue_proc(struct file *file, struct wait_queue_head *head, in io_poll_queue_proc() 628 static void io_async_queue_proc(struct file *file, struct wait_queue_head *head, in io_async_queue_proc()
|
A D | poll.h | 15 struct wait_queue_head *head; member
|
A D | notif.h | 18 struct io_notif_data *head; member
|
A D | kbuf.c | 24 #define io_ring_head_to_buf(br, head, mask) &(br)->bufs[(head) & (mask)] argument 159 __u16 tail, head = bl->head; in io_ring_buffer_select() local 224 __u16 nr_avail, tail, head; in io_ring_buffers_peek() local
|
A D | kbuf.h | 32 __u16 head; member
|
A D | timeout.c | 23 struct io_kiocb *head; member 663 static bool io_match_task(struct io_kiocb *head, struct io_uring_task *tctx, in io_match_task()
|
A D | waitid.c | 30 struct wait_queue_head *head; member
|
A D | io_uring.c | 192 static bool io_match_linked(struct io_kiocb *head) in io_match_linked() 207 bool io_match_task_safe(struct io_kiocb *head, struct io_uring_task *tctx, in io_match_task_safe() 1194 struct llist_node *head; in io_req_local_work_add() local 2081 struct io_kiocb *head = ctx->submit_state.link.head; in io_init_drain() local 2206 struct io_kiocb *head = link->head; in io_submit_fail_init() local 2339 unsigned head = ctx->cached_sq_head++ & mask; in io_get_sqe() local
|
A D | msg_ring.c | 228 static void io_msg_tw_fd_complete(struct callback_head *head) in io_msg_tw_fd_complete()
|
A D | io_uring.h | 167 #define io_for_each_link(pos, head) \ argument
|
Completed in 21 milliseconds