Searched refs:task_works (Results 1 – 5 of 5) sorted by relevance
80 head = READ_ONCE(task->task_works); in task_work_add()85 } while (!try_cmpxchg(&task->task_works, &head, work)); in task_work_add()126 struct callback_head **pprev = &task->task_works; in task_work_cancel_match()216 work = READ_ONCE(task->task_works); in task_work_run()225 } while (!try_cmpxchg(&task->task_works, &work, head)); in task_work_run()
2580 p->task_works = NULL; in copy_process()
38 work = task->task_works; in BPF_PROG()
29 return READ_ONCE(task->task_works); in task_work_pending()
1121 struct callback_head *task_works; member