Home
last modified time | relevance | path

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

/io_uring/
Dio_uring.c303 struct io_kiocb *head; member
487 struct wait_queue_head *head; member
544 struct io_kiocb *head; member
1140 #define io_for_each_link(pos, head) \ argument
1207 static bool io_match_task(struct io_kiocb *head, struct task_struct *task, in io_match_task()
1225 static bool io_match_linked(struct io_kiocb *head) in io_match_linked()
1240 static bool io_match_task_safe(struct io_kiocb *head, struct task_struct *task, in io_match_task_safe()
3205 struct io_buffer *head; in io_buffer_select() local
4496 struct io_buffer *head; in io_remove_buffers() local
4552 static int io_add_buffers(struct io_provide_buf *pbuf, struct io_buffer **head) in io_add_buffers()
[all …]
Dio-wq.h79 #define wq_list_for_each(pos, prv, head) \ argument