Home
last modified time | relevance | path

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

/kernel/bpf/
A Dbpf_iter.c695 struct bpf_run_ctx run_ctx, *old_run_ctx; in bpf_iter_run_prog() local
702 old_run_ctx = bpf_set_run_ctx(&run_ctx); in bpf_iter_run_prog()
704 bpf_reset_run_ctx(old_run_ctx); in bpf_iter_run_prog()
710 old_run_ctx = bpf_set_run_ctx(&run_ctx); in bpf_iter_run_prog()
712 bpf_reset_run_ctx(old_run_ctx); in bpf_iter_run_prog()
A Dcgroup.c69 struct bpf_run_ctx *old_run_ctx; in bpf_prog_run_array_cg() local
78 old_run_ctx = bpf_set_run_ctx(&run_ctx.run_ctx); in bpf_prog_run_array_cg()
90 bpf_reset_run_ctx(old_run_ctx); in bpf_prog_run_array_cg()
/kernel/trace/
A Dbpf_trace.c2244 struct bpf_run_ctx *old_run_ctx; in __bpf_trace_run() local
2254 old_run_ctx = bpf_set_run_ctx(&run_ctx.run_ctx); in __bpf_trace_run()
2260 bpf_reset_run_ctx(old_run_ctx); in __bpf_trace_run()
2727 struct bpf_run_ctx *old_run_ctx; in kprobe_multi_link_prog_run() local
2740 old_run_ctx = bpf_set_run_ctx(&run_ctx.session_ctx.run_ctx); in kprobe_multi_link_prog_run()
2742 bpf_reset_run_ctx(old_run_ctx); in kprobe_multi_link_prog_run()
3247 struct bpf_run_ctx *old_run_ctx; in uprobe_prog_run() local
3260 old_run_ctx = bpf_set_run_ctx(&run_ctx.session_ctx.run_ctx); in uprobe_prog_run()
3262 bpf_reset_run_ctx(old_run_ctx); in uprobe_prog_run()

Completed in 18 milliseconds