Searched refs:task_works (Results 1 – 5 of 5) sorted by relevance
50 head = READ_ONCE(task->task_works); in task_work_add()55 } while (!try_cmpxchg(&task->task_works, &head, work)); in task_work_add()91 struct callback_head **pprev = &task->task_works; in task_work_cancel_match()181 work = READ_ONCE(task->task_works); in task_work_run()190 } while (!try_cmpxchg(&task->task_works, &work, head)); in task_work_run()
2577 p->task_works = NULL; in copy_process()
38 work = task->task_works; in BPF_PROG()
25 return READ_ONCE(task->task_works); in task_work_pending()
1115 struct callback_head *task_works; member