Home
last modified time | relevance | path

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

/linux/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)
27 static inline bool task_work_pending(struct task_struct *task) task_work_pending() function
/linux/kernel/
H A Dtask_work.c118 if (likely(!task_work_pending(task)))
H A Dsignal.c2521 if (unlikely(task_work_pending(current))) in ptrace_notify()
2729 if (unlikely(task_work_pending(current))) in do_freezer_trap()
2808 if (unlikely(task_work_pending(current))) in get_signal()
/linux/io_uring/
H A Dio_uring.h360 if (task_work_pending(current)) { in io_run_task_work()
376 return task_work_pending(current) || io_local_work_pending(ctx); in io_task_work_pending()
H A Dsqpoll.c237 if (task_work_pending(current)) in io_sq_tw()
H A Dio_uring.c1559 if (task_work_pending(current) || in io_iopoll_check()
2491 if (unlikely(task_work_pending(current))) in io_cqring_wait_schedule()
/linux/drivers/acpi/apei/
H A Dghes.c1106 bool task_work_pending; in ghes_proc_in_irq() local
1123 task_work_pending = ghes_do_proc(estatus_node->ghes, estatus); in ghes_proc_in_irq()
1130 if (task_work_pending && current->mm) { in ghes_proc_in_irq()