Home
last modified time | relevance | path

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

/io_uring/
A Dslist.h6 #define __wq_list_for_each(pos, head) \ argument
9 #define wq_list_for_each(pos, prv, head) \ argument
A Dpoll.c143 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 Dpoll.h15 struct wait_queue_head *head; member
A Dnotif.h18 struct io_notif_data *head; member
A Dkbuf.c24 #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 Dkbuf.h32 __u16 head; member
A Dtimeout.c23 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 Dwaitid.c30 struct wait_queue_head *head; member
A Dio_uring.c192 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 Dmsg_ring.c228 static void io_msg_tw_fd_complete(struct callback_head *head) in io_msg_tw_fd_complete()
A Dio_uring.h167 #define io_for_each_link(pos, head) \ argument

Completed in 26 milliseconds