Lines Matching refs:org_fp
135 struct bpf_prog *org_fp = fp; in bpf_int_jit_compile() local
143 return org_fp; in bpf_int_jit_compile()
145 tmp_fp = bpf_jit_blind_constants(org_fp); in bpf_int_jit_compile()
147 return org_fp; in bpf_int_jit_compile()
149 if (tmp_fp != org_fp) { in bpf_int_jit_compile()
158 fp = org_fp; in bpf_int_jit_compile()
177 fp = org_fp; in bpf_int_jit_compile()
190 fp = org_fp; in bpf_int_jit_compile()
204 fp = org_fp; in bpf_int_jit_compile()
227 fp = org_fp; in bpf_int_jit_compile()
261 fp = org_fp; in bpf_int_jit_compile()
307 bpf_jit_prog_release_other(fp, fp == org_fp ? tmp_fp : org_fp); in bpf_int_jit_compile()