Home
last modified time | relevance | path

Searched refs:task_head (Results 1 – 3 of 3) sorted by relevance

/linux/io_uring/
H A Dtw.c71 &tctx->task_head); in tctx_task_work_run()
105 if (mpscq_pop_emptied(&tctx->task_list, tctx->task_head)) in tctx_task_work_run()
H A Dtctx.c111 mpscq_init(&tctx->task_list, &tctx->task_head); in io_uring_alloc_task_context()
/linux/include/linux/
H A Dio_uring_types.h147 struct llist_node *task_head; member