Home
last modified time | relevance | path

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

/linux/kernel/bpf/
H A Dhelpers.c4129 struct bpf_task_work_ctx { struct
4148 struct bpf_task_work_ctx *ctx; argument
4151 static void bpf_task_work_ctx_reset(struct bpf_task_work_ctx *ctx) in bpf_task_work_ctx_reset()
4163 static bool bpf_task_work_ctx_tryget(struct bpf_task_work_ctx *ctx) in bpf_task_work_ctx_tryget()
4168 static void bpf_task_work_ctx_put(struct bpf_task_work_ctx *ctx) in bpf_task_work_ctx_put()
4181 static void bpf_task_work_cancel(struct bpf_task_work_ctx *ctx) in bpf_task_work_cancel()
4195 struct bpf_task_work_ctx *ctx = container_of(cb, struct bpf_task_work_ctx, work); in bpf_task_work_callback()
4228 struct bpf_task_work_ctx *ctx = container_of(irq_work, struct bpf_task_work_ctx, irq_work); in bpf_task_work_irq()
4263 static struct bpf_task_work_ctx *bpf_task_work_fetch_ctx(struct bpf_task_work *tw, in bpf_task_work_fetch_ctx()
4267 struct bpf_task_work_ctx *ctx, *old_ctx; in bpf_task_work_fetch_ctx()
[all …]