Home
last modified time | relevance | path

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

/linux/kernel/bpf/
H A Dhelpers.c4266 struct bpf_task_work_kern *twk = (void *)tw; in bpf_task_work_fetch_ctx() local
4269 ctx = READ_ONCE(twk->ctx); in bpf_task_work_fetch_ctx()
4281 old_ctx = cmpxchg(&twk->ctx, NULL, ctx); in bpf_task_work_fetch_ctx()
4516 struct bpf_task_work_kern *twk = val; in bpf_task_work_cancel_and_free() local
4520 ctx = xchg(&twk->ctx, NULL); in bpf_task_work_cancel_and_free()