Searched refs:old_run_ctx (Results 1 - 4 of 4) sorted by last modified time

/linux-master/kernel/trace/
H A Dbpf_trace.c2390 struct bpf_run_ctx *old_run_ctx; local
2400 old_run_ctx = bpf_set_run_ctx(&run_ctx.run_ctx);
2406 bpf_reset_run_ctx(old_run_ctx);
2833 struct bpf_run_ctx *old_run_ctx; local
2844 old_run_ctx = bpf_set_run_ctx(&run_ctx.session_ctx.run_ctx);
2846 bpf_reset_run_ctx(old_run_ctx);
3295 struct bpf_run_ctx *old_run_ctx; local
3308 old_run_ctx = bpf_set_run_ctx(&run_ctx.run_ctx);
3310 bpf_reset_run_ctx(old_run_ctx);
/linux-master/kernel/bpf/
H A Dcgroup.c39 struct bpf_run_ctx *old_run_ctx; local
48 old_run_ctx = bpf_set_run_ctx(&run_ctx.run_ctx);
60 bpf_reset_run_ctx(old_run_ctx);
H A Dbpf_iter.c697 struct bpf_run_ctx run_ctx, *old_run_ctx; local
704 old_run_ctx = bpf_set_run_ctx(&run_ctx);
706 bpf_reset_run_ctx(old_run_ctx);
712 old_run_ctx = bpf_set_run_ctx(&run_ctx);
714 bpf_reset_run_ctx(old_run_ctx);
/linux-master/include/linux/
H A Dbpf.h2087 struct bpf_run_ctx *old_run_ctx; local
2099 old_run_ctx = bpf_set_run_ctx(&run_ctx.run_ctx);
2106 bpf_reset_run_ctx(old_run_ctx);
2128 struct bpf_run_ctx *old_run_ctx; local
2142 old_run_ctx = bpf_set_run_ctx(&run_ctx.run_ctx);
2155 bpf_reset_run_ctx(old_run_ctx);

Completed in 216 milliseconds