Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
H A Dresume_user_mode.h49 if (unlikely(task_work_pending(current))) in resume_user_mode_work()
H A Dtask_work.h24 static inline bool task_work_pending(struct task_struct *task) in task_work_pending() function
/linux-6.15/kernel/
H A Dtask_work.c118 if (likely(!task_work_pending(task))) in task_work_cancel_match()
H A Dsignal.c2519 if (unlikely(task_work_pending(current))) in ptrace_notify()
2727 if (unlikely(task_work_pending(current))) in do_freezer_trap()
2806 if (unlikely(task_work_pending(current))) in get_signal()
/linux-6.15/io_uring/
H A Dio_uring.h376 if (task_work_pending(current)) { in io_run_task_work()
392 return task_work_pending(current) || io_local_work_pending(ctx); in io_task_work_pending()
H A Dfdinfo.c233 task_work_pending(req->tctx->task)); in __io_uring_show_fdinfo()
H A Dsqpoll.c237 if (task_work_pending(current)) in io_sq_tw()
H A Dio_uring.c1550 if (task_work_pending(current) || in io_iopoll_check()
2518 if (unlikely(task_work_pending(current))) in io_cqring_wait_schedule()
/linux-6.15/drivers/acpi/apei/
H A Dghes.c1209 bool task_work_pending; in ghes_proc_in_irq() local
1226 task_work_pending = ghes_do_proc(estatus_node->ghes, estatus); in ghes_proc_in_irq()
1233 if (task_work_pending && current->mm) { in ghes_proc_in_irq()