Searched defs:head (Results  1 – 11 of 11) sorted by relevance
| /io_uring/ | 
| D | slist.h | 6 #define __wq_list_for_each(pos, head)				\  argument 9 #define wq_list_for_each(pos, prv, head)			\  argument
  | 
| D | poll.h | 13 	struct wait_queue_head		*head;  member
  | 
| D | poll.c | 184 	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()
  | 
| D | notif.h | 18 	struct io_notif_data	*head;  member
  | 
| D | kbuf.h | 35 	__u16 head;  member 129 #define io_ring_head_to_buf(br, head, mask)	&(br)->bufs[(head) & (mask)]  argument
  | 
| D | io_uring.c | 189 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
  | 
| D | kbuf.c | 140 	__u16 tail, head = bl->head;  in io_ring_buffer_select()  local 205 	__u16 nr_avail, tail, head;  in io_ring_buffers_peek()  local
  | 
| D | timeout.c | 23 	struct io_kiocb			*head;  member 642 static bool io_match_task(struct io_kiocb *head, struct task_struct *task,  in io_match_task()
  | 
| D | waitid.c | 30 	struct wait_queue_head *head;  member
  | 
| D | msg_ring.c | 220 static void io_msg_tw_fd_complete(struct callback_head *head)  in io_msg_tw_fd_complete()
  | 
| D | io_uring.h | 153 #define io_for_each_link(pos, head) \  argument
  |