Home
last modified time | relevance | path

Searched refs:task_work_pending (Results 1 - 10 of 10) sorted by relevance

/kernel/linux/linux-6.6/include/linux/
H A Dtask_work.h23 static inline bool task_work_pending(struct task_struct *task) in task_work_pending() function
H A Dresume_user_mode.h48 if (unlikely(task_work_pending(current))) in resume_user_mode_work()
/kernel/linux/linux-6.6/kernel/
H A Dtask_work.c95 if (likely(!task_work_pending(task))) in task_work_cancel_match()
H A Dsignal.c2386 if (unlikely(task_work_pending(current))) in ptrace_notify()
2667 if (unlikely(task_work_pending(current))) in get_signal()
/kernel/linux/linux-6.6/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.h296 if (task_work_pending(current)) { in io_run_task_work()
307 return task_work_pending(current) || !wq_list_empty(&ctx->work_llist); in io_task_work_pending()
H A Dsqpoll.c276 if (!io_sqd_events_pending(sqd) && !task_work_pending(current)) { in io_sq_thread()
H A Dio_uring.c1640 if (task_work_pending(current) || in io_iopoll_check()
/kernel/linux/linux-5.10/drivers/acpi/apei/
H A Dghes.c981 bool task_work_pending; in ghes_proc_in_irq() local
998 task_work_pending = ghes_do_proc(estatus_node->ghes, estatus); in ghes_proc_in_irq()
1005 if (task_work_pending && current->mm) { in ghes_proc_in_irq()
/kernel/linux/linux-6.6/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()

Completed in 18 milliseconds