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

/linux-master/kernel/bpf/
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);
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);
/linux-master/include/linux/
H A Dbpf.h2071 struct bpf_run_ctx *old_run_ctx; local
2083 old_run_ctx = bpf_set_run_ctx(&run_ctx.run_ctx);
2090 bpf_reset_run_ctx(old_run_ctx);
2112 struct bpf_run_ctx *old_run_ctx; local
2126 old_run_ctx = bpf_set_run_ctx(&run_ctx.run_ctx);
2139 bpf_reset_run_ctx(old_run_ctx);
/linux-master/kernel/trace/
H A Dbpf_trace.c2801 struct bpf_run_ctx *old_run_ctx; local
2812 old_run_ctx = bpf_set_run_ctx(&run_ctx.run_ctx);
2814 bpf_reset_run_ctx(old_run_ctx);
3260 struct bpf_run_ctx *old_run_ctx; local
3273 old_run_ctx = bpf_set_run_ctx(&run_ctx.run_ctx);
3275 bpf_reset_run_ctx(old_run_ctx);

Completed in 266 milliseconds