Home
last modified time | relevance | path

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

/linux-5.19.10/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-5.19.10/kernel/
Dtask_work.c94 if (likely(!task_work_pending(task))) in task_work_cancel_match()
Dsignal.c2352 if (unlikely(task_work_pending(current))) in ptrace_notify()
2633 if (unlikely(task_work_pending(current))) in get_signal()
/linux-5.19.10/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 != &init_mm) { in ghes_proc_in_irq()
/linux-5.19.10/io_uring/
Dio-wq.c526 if (task_work_pending(current)) in io_flush_signals()
Dio_uring.c2996 if (test_thread_flag(TIF_NOTIFY_SIGNAL) || task_work_pending(current)) { in io_run_task_work()
2999 if (task_work_pending(current)) in io_run_task_work()
8803 if (!io_sqd_events_pending(sqd) && !task_work_pending(current)) { in io_sq_thread()
11824 task_work_pending(req->task)); in __io_uring_show_fdinfo()