Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dresume_user_mode.h48 if (unlikely(task_work_pending(current))) in resume_user_mode_work()
H A Dtask_work.h27 static inline bool task_work_pending(struct task_struct *task) in task_work_pending() function
/openbmc/linux/io_uring/
H A Dfdinfo.c188 task_work_pending(req->task)); in io_uring_show_fdinfo()
195 task_work_pending(req->task)); in io_uring_show_fdinfo()
H A Dio_uring.h303 if (task_work_pending(current)) { in io_run_task_work()
314 return task_work_pending(current) || !llist_empty(&ctx->work_llist); in io_task_work_pending()
H A Dsqpoll.c285 if (!io_sqd_events_pending(sqd) && !task_work_pending(current)) { in io_sq_thread()
H A Dio_uring.c1658 if (task_work_pending(current) || in io_iopoll_check()
2535 if (unlikely(task_work_pending(current))) in io_cqring_wait_schedule()
/openbmc/linux/kernel/
H A Dtask_work.c130 if (likely(!task_work_pending(task))) in task_work_cancel_match()
H A Dsignal.c2387 if (unlikely(task_work_pending(current))) in ptrace_notify()
2597 if (unlikely(task_work_pending(current))) in do_freezer_trap()
2676 if (unlikely(task_work_pending(current))) in get_signal()
/openbmc/linux/drivers/acpi/apei/
H A Dghes.c1022 bool task_work_pending; in ghes_proc_in_irq() local
1039 task_work_pending = ghes_do_proc(estatus_node->ghes, estatus); in ghes_proc_in_irq()
1046 if (task_work_pending && current->mm) { in ghes_proc_in_irq()