Searched refs:notify (Results 1 – 1 of 1) sorted by relevance
2239 enum task_work_notify_mode notify; in io_req_task_work_add() local2263 notify = (req->ctx->flags & IORING_SETUP_SQPOLL) ? TWA_NONE : TWA_SIGNAL; in io_req_task_work_add()2264 if (!task_work_add(tsk, &tctx->task_work, notify)) { in io_req_task_work_add()