Searched refs:notify_method (Results 1 - 2 of 2) sorted by relevance

/linux-master/include/linux/
H A Dio_uring_types.h250 enum task_work_notify_mode notify_method; member in struct:io_ring_ctx::__anon47
/linux-master/io_uring/
H A Dio_uring.c1382 if (likely(!task_work_add(req->task, &tctx->task_work, ctx->notify_method)))
3927 ctx->notify_method = TWA_SIGNAL_NO_IPI;
3929 ctx->notify_method = TWA_SIGNAL_NO_IPI;
3934 ctx->notify_method = TWA_SIGNAL;

Completed in 135 milliseconds