Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
H A Dtask_work.h19 TWA_SIGNAL, enumerator
/linux-6.15/kernel/
H A Dtask_work.c81 case TWA_SIGNAL: in task_work_add()
/linux-6.15/io_uring/
H A Dmsg_ring.c251 if (task_work_add(task, &msg->tw, TWA_SIGNAL)) in io_msg_fd_remote()
H A Dio_uring.c2793 if (task_work_add(ctx->submitter_task, &ctx->poll_wq_task_work, TWA_SIGNAL)) in io_activate_pollwq()
2942 ret = task_work_add(node->task, &exit.task_work, TWA_SIGNAL); in io_ring_exit_work()
3722 ctx->notify_method = TWA_SIGNAL; in io_uring_create()
H A Dio-wq.c393 if (!task_work_add(wq->task, &worker->create_work, TWA_SIGNAL)) { in io_queue_worker_create()