Searched refs:bpf_task_work_ctx (Results 1 – 1 of 1) sorted by relevance
4033 struct bpf_task_work_ctx { struct4052 struct bpf_task_work_ctx *ctx; argument4055 static void bpf_task_work_ctx_reset(struct bpf_task_work_ctx *ctx) in bpf_task_work_ctx_reset()4067 static bool bpf_task_work_ctx_tryget(struct bpf_task_work_ctx *ctx) in bpf_task_work_ctx_tryget()4072 static void bpf_task_work_ctx_put(struct bpf_task_work_ctx *ctx) in bpf_task_work_ctx_put()4085 static void bpf_task_work_cancel(struct bpf_task_work_ctx *ctx) in bpf_task_work_cancel()4099 struct bpf_task_work_ctx *ctx = container_of(cb, struct bpf_task_work_ctx, work); in bpf_task_work_callback()4132 struct bpf_task_work_ctx *ctx = container_of(irq_work, struct bpf_task_work_ctx, irq_work); in bpf_task_work_irq()4167 static struct bpf_task_work_ctx *bpf_task_work_fetch_ctx(struct bpf_task_work *tw, in bpf_task_work_fetch_ctx()4171 struct bpf_task_work_ctx *ctx, *old_ctx; in bpf_task_work_fetch_ctx()[all …]