Home
last modified time | relevance | path

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

/Linux-v6.1/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.1/kernel/
Dtask_work.c94 if (likely(!task_work_pending(task))) in task_work_cancel_match()
Dsignal.c2353 if (unlikely(task_work_pending(current))) in ptrace_notify()
2634 if (unlikely(task_work_pending(current))) in get_signal()
/Linux-v6.1/io_uring/
Dfdinfo.c184 task_work_pending(req->task)); in __io_uring_show_fdinfo()
Dio_uring.h248 if (task_work_pending(current)) { in io_run_task_work()
Dsqpoll.c266 if (!io_sqd_events_pending(sqd) && !task_work_pending(current)) { in io_sq_thread()
Dio_uring.c1456 if (task_work_pending(current) || in io_iopoll_check()
/Linux-v6.1/drivers/acpi/apei/
Dghes.c964 bool task_work_pending; in ghes_proc_in_irq() local
981 task_work_pending = ghes_do_proc(estatus_node->ghes, estatus); in ghes_proc_in_irq()
988 if (task_work_pending && current->mm) { in ghes_proc_in_irq()