Searched refs:task_works (Results 1 – 5 of 5) sorted by relevance
30 head = ACCESS_ONCE(task->task_works); in task_work_add()34 } while (cmpxchg(&task->task_works, head, work) != head); in task_work_add()55 struct callback_head **pprev = &task->task_works; in task_work_cancel()96 work = ACCESS_ONCE(task->task_works); in task_work_run()99 } while (cmpxchg(&task->task_works, work, head) != work); in task_work_run()
1967 if (unlikely(current->task_works)) in ptrace_notify()2187 if (unlikely(current->task_works)) in get_signal()
1516 p->task_works = NULL; in copy_process()
189 if (unlikely(current->task_works)) in tracehook_notify_resume()
1496 struct callback_head *task_works; member