Searched defs:head (Results 1 – 2 of 2) sorted by relevance
303 struct io_kiocb *head; member487 struct wait_queue_head *head; member544 struct io_kiocb *head; member1140 #define io_for_each_link(pos, head) \ argument1207 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() local4496 struct io_buffer *head; in io_remove_buffers() local4552 static int io_add_buffers(struct io_provide_buf *pbuf, struct io_buffer **head) in io_add_buffers()[all …]
79 #define wq_list_for_each(pos, prv, head) \ argument