Home
last modified time | relevance | path

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

/linux-6.1.9/kernel/bpf/
Dbpf_iter.c697 struct bpf_run_ctx run_ctx, *old_run_ctx; in bpf_iter_run_prog() local
704 old_run_ctx = bpf_set_run_ctx(&run_ctx); in bpf_iter_run_prog()
706 bpf_reset_run_ctx(old_run_ctx); in bpf_iter_run_prog()
712 old_run_ctx = bpf_set_run_ctx(&run_ctx); in bpf_iter_run_prog()
714 bpf_reset_run_ctx(old_run_ctx); in bpf_iter_run_prog()
Dcgroup.c39 struct bpf_run_ctx *old_run_ctx; in bpf_prog_run_array_cg() local
48 old_run_ctx = bpf_set_run_ctx(&run_ctx.run_ctx); in bpf_prog_run_array_cg()
60 bpf_reset_run_ctx(old_run_ctx); in bpf_prog_run_array_cg()
/linux-6.1.9/include/linux/
Dbpf.h1600 struct bpf_run_ctx *old_run_ctx; in bpf_prog_run_array() local
1610 old_run_ctx = bpf_set_run_ctx(&run_ctx.run_ctx); in bpf_prog_run_array()
1617 bpf_reset_run_ctx(old_run_ctx); in bpf_prog_run_array()
1639 struct bpf_run_ctx *old_run_ctx; in bpf_prog_run_array_sleepable() local
1651 old_run_ctx = bpf_set_run_ctx(&run_ctx.run_ctx); in bpf_prog_run_array_sleepable()
1664 bpf_reset_run_ctx(old_run_ctx); in bpf_prog_run_array_sleepable()
/linux-6.1.9/kernel/trace/
Dbpf_trace.c2605 struct bpf_run_ctx *old_run_ctx; in kprobe_multi_link_prog_run() local
2615 old_run_ctx = bpf_set_run_ctx(&run_ctx.run_ctx); in kprobe_multi_link_prog_run()
2617 bpf_reset_run_ctx(old_run_ctx); in kprobe_multi_link_prog_run()