Searched refs:task_work (Results 1 – 1 of 1) sorted by relevance
486 struct callback_head task_work; member2196 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; member9491 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()