Searched refs:TWA_SIGNAL (Results 1 – 4 of 4) sorted by relevance
/linux/include/linux/ |
H A D | task_work.h | 19 TWA_SIGNAL, enumerator
|
/linux/kernel/ |
H A D | task_work.c | 25 * is @TWA_RESUME, @TWA_SIGNAL, @TWA_SIGNAL_NO_IPI or @TWA_NMI_CURRENT. 27 * @TWA_SIGNAL works like signals, in that the it will interrupt the targeted 30 * @TWA_SIGNAL_NO_IPI works like @TWA_SIGNAL, except it doesn't send a 81 case TWA_SIGNAL: in task_work_add()
|
/linux/io_uring/ |
H A D | io_uring.c | 2776 if (task_work_add(ctx->submitter_task, &ctx->poll_wq_task_work, TWA_SIGNAL)) in io_activate_pollwq() 2920 ret = task_work_add(node->task, &exit.task_work, TWA_SIGNAL); in io_ring_exit_work() 3676 ctx->notify_method = TWA_SIGNAL; in io_uring_create()
|
H A D | io-wq.c | 388 if (!task_work_add(wq->task, &worker->create_work, TWA_SIGNAL)) { in io_queue_worker_create()
|