Home
last modified time | relevance | path

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

/linux/kernel/
H A Dtask_work.c68 head = READ_ONCE(task->task_works); in task_work_add()
73 } while (!try_cmpxchg(&task->task_works, &head, work)); in task_work_add()
114 struct callback_head **pprev = &task->task_works; in task_work_cancel_match()
204 work = READ_ONCE(task->task_works); in task_work_run()
213 } while (!try_cmpxchg(&task->task_works, &work, head)); in task_work_run()
H A Dfork.c2264 p->task_works = NULL; in copy_process()
/linux/tools/testing/selftests/bpf/progs/
H A Dexhandler_kern.c38 work = task->task_works; in BPF_PROG()
/linux/include/linux/
H A Dtask_work.h26 return READ_ONCE(task->task_works); in task_work_pending()
H A Dsched.h1210 struct callback_head *task_works; member