Searched refs:task_work_pending (Results 1 – 9 of 9) sorted by relevance
48 if (unlikely(task_work_pending(current))) in resume_user_mode_work()
23 static inline bool task_work_pending(struct task_struct *task) in task_work_pending() function
181 task_work_pending(req->task)); in __io_uring_show_fdinfo()188 task_work_pending(req->task)); in __io_uring_show_fdinfo()
288 if (task_work_pending(current)) { in io_run_task_work()299 return task_work_pending(current) || !wq_list_empty(&ctx->work_llist); in io_task_work_pending()
266 if (!io_sqd_events_pending(sqd) && !task_work_pending(current)) { in io_sq_thread()
1628 if (task_work_pending(current) || in io_iopoll_check()
94 if (likely(!task_work_pending(task))) in task_work_cancel_match()
2353 if (unlikely(task_work_pending(current))) in ptrace_notify()2634 if (unlikely(task_work_pending(current))) in get_signal()
986 bool task_work_pending; in ghes_proc_in_irq() local1003 task_work_pending = ghes_do_proc(estatus_node->ghes, estatus); in ghes_proc_in_irq()1010 if (task_work_pending && current->mm) { in ghes_proc_in_irq()
Completed in 26 milliseconds