Home
last modified time | relevance | path

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

/linux/kernel/bpf/
H A Dhelpers.c4526 struct bpf_task_work_kern *twk = (void *)tw; in bpf_task_work_fetch_ctx() local
4529 ctx = READ_ONCE(twk->ctx); in bpf_task_work_fetch_ctx()
4541 old_ctx = cmpxchg(&twk->ctx, NULL, ctx); in bpf_task_work_fetch_ctx()
4786 struct bpf_task_work_kern *twk = val; in bpf_task_work_cancel_and_free() local
4790 ctx = xchg(&twk->ctx, NULL); in bpf_task_work_cancel_and_free()