Searched refs:task_works (Results 1 – 5 of 5) sorted by relevance
32 head = ACCESS_ONCE(task->task_works); in task_work_add()36 } while (cmpxchg(&task->task_works, head, work) != head); in task_work_add()57 struct callback_head **pprev = &task->task_works; in task_work_cancel()98 work = ACCESS_ONCE(task->task_works); in task_work_run()101 } while (cmpxchg(&task->task_works, work, head) != work); in task_work_run()
1916 if (unlikely(current->task_works)) in ptrace_notify()2136 if (unlikely(current->task_works)) in get_signal()
1522 p->task_works = NULL; in copy_process()
190 if (unlikely(current->task_works)) in tracehook_notify_resume()
1579 struct callback_head *task_works; member