Searched refs:twk (Results 1 – 1 of 1) sorted by relevance
4424 struct bpf_task_work_kern *twk = (void *)tw; in bpf_task_work_fetch_ctx() local4427 ctx = READ_ONCE(twk->ctx); in bpf_task_work_fetch_ctx()4439 old_ctx = cmpxchg(&twk->ctx, NULL, ctx); in bpf_task_work_fetch_ctx()4684 struct bpf_task_work_kern *twk = val; in bpf_task_work_cancel_and_free() local4688 ctx = xchg(&twk->ctx, NULL); in bpf_task_work_cancel_and_free()