Home
last modified time | relevance | path

Searched refs:task_works (Results 1 – 6 of 6) sorted by relevance

/linux/kernel/
A Dtask_work.c41 head = READ_ONCE(task->task_works); in task_work_add()
45 } while (cmpxchg(&task->task_works, head, work) != head); in task_work_add()
77 struct callback_head **pprev = &task->task_works; in task_work_cancel_match()
81 if (likely(!task->task_works)) in task_work_cancel_match()
143 work = READ_ONCE(task->task_works); in task_work_run()
150 } while (cmpxchg(&task->task_works, work, head) != work); in task_work_run()
A Dsignal.c2343 if (unlikely(current->task_works)) in ptrace_notify()
2623 if (unlikely(current->task_works)) in get_signal()
A Dfork.c2279 p->task_works = NULL; in copy_process()
/linux/include/linux/
A Dtracehook.h188 if (unlikely(current->task_works)) in tracehook_notify_resume()
213 if (current->task_works) in tracehook_notify_signal()
A Dsched.h1089 struct callback_head *task_works; member
/linux/fs/
A Dio_uring.c2486 if (test_thread_flag(TIF_NOTIFY_SIGNAL) || current->task_works) { in io_run_task_work()
7524 if (!io_sqd_events_pending(sqd) && !current->task_works) { in io_sq_thread()
10251 req->task->task_works != NULL); in __io_uring_show_fdinfo()

Completed in 42 milliseconds