Home
last modified time | relevance | path

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

/io_uring/
Dio_uring.c486 struct callback_head task_work; member
2196 task_work); in tctx_task_work()
2271 if (!task_work_add(tsk, &tctx->task_work, notify)) { in io_req_task_work_add()
8709 init_task_work(&tctx->task_work, tctx_task_work); in io_uring_alloc_task_context()
9481 struct callback_head task_work; member
9491 work = container_of(cb, struct io_tctx_exit, task_work); in io_tctx_exit_cb()
9557 init_task_work(&exit.task_work, io_tctx_exit_cb); in io_ring_exit_work()
9573 ret = task_work_add(node->task, &exit.task_work, TWA_SIGNAL); in io_ring_exit_work()