Home
last modified time | relevance | path

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

/linux-6.6.21/include/linux/
Dtask_work.h19 TWA_SIGNAL, enumerator
/linux-6.6.21/kernel/
Dtask_work.c63 case TWA_SIGNAL: in task_work_add()
/linux-6.6.21/io_uring/
Dmsg_ring.c86 if (task_work_add(ctx->submitter_task, &msg->tw, TWA_SIGNAL)) in io_msg_exec_remote()
Dio-wq.c386 if (!task_work_add(wq->task, &worker->create_work, TWA_SIGNAL)) { in io_queue_worker_create()
Dio_uring.c3009 if (task_work_add(ctx->submitter_task, &ctx->poll_wq_task_work, TWA_SIGNAL)) in io_activate_pollwq()
3166 ret = task_work_add(node->task, &exit.task_work, TWA_SIGNAL); in io_ring_exit_work()
3969 ctx->notify_method = TWA_SIGNAL; in io_uring_create()