Home
last modified time | relevance | path

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

/io_uring/
Dio_uring.c477 struct callback_head task_work; member
2189 task_work); in tctx_task_work()
2264 if (!task_work_add(tsk, &tctx->task_work, notify)) { in io_req_task_work_add()
8874 init_task_work(&tctx->task_work, tctx_task_work); in io_uring_alloc_task_context()
9646 struct callback_head task_work; member
9656 work = container_of(cb, struct io_tctx_exit, task_work); in io_tctx_exit_cb()
9722 init_task_work(&exit.task_work, io_tctx_exit_cb); in io_ring_exit_work()
9733 ret = task_work_add(node->task, &exit.task_work, TWA_SIGNAL); in io_ring_exit_work()