Searched refs:twk (Results 1 – 1 of 1) sorted by relevance
4266 struct bpf_task_work_kern *twk = (void *)tw; in bpf_task_work_fetch_ctx() local4269 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() local4520 ctx = xchg(&twk->ctx, NULL); in bpf_task_work_cancel_and_free()