Home
last modified time | relevance | path

Searched refs:task_work_pending (Results 1 – 9 of 9) sorted by relevance

/Linux-v6.6/include/linux/
Dresume_user_mode.h48 if (unlikely(task_work_pending(current))) in resume_user_mode_work()
Dtask_work.h23 static inline bool task_work_pending(struct task_struct *task) in task_work_pending() function
/Linux-v6.6/io_uring/
Dfdinfo.c193 task_work_pending(req->task)); in io_uring_show_fdinfo()
200 task_work_pending(req->task)); in io_uring_show_fdinfo()
Dio_uring.h287 if (task_work_pending(current)) { in io_run_task_work()
298 return task_work_pending(current) || !wq_list_empty(&ctx->work_llist); in io_task_work_pending()
Dsqpoll.c269 if (!io_sqd_events_pending(sqd) && !task_work_pending(current)) { in io_sq_thread()
Dio_uring.c1667 if (task_work_pending(current) || in io_iopoll_check()
/Linux-v6.6/kernel/
Dtask_work.c95 if (likely(!task_work_pending(task))) in task_work_cancel_match()
Dsignal.c2386 if (unlikely(task_work_pending(current))) in ptrace_notify()
2667 if (unlikely(task_work_pending(current))) in get_signal()
/Linux-v6.6/drivers/acpi/apei/
Dghes.c984 bool task_work_pending; in ghes_proc_in_irq() local
1001 task_work_pending = ghes_do_proc(estatus_node->ghes, estatus); in ghes_proc_in_irq()
1008 if (task_work_pending && current->mm) { in ghes_proc_in_irq()