Searched refs:branches_off (Results 1 – 1 of 1) sorted by relevance
1029 int *branches_off = NULL; in __arch_prepare_bpf_trampoline() local1198 branches_off = kzalloc_objs(int, fmod_ret->nr_links); in __arch_prepare_bpf_trampoline()1199 if (!branches_off) in __arch_prepare_bpf_trampoline()1210 branches_off[i] = ctx->ninsns; in __arch_prepare_bpf_trampoline()1234 offset = ninsns_rvoff(ctx->ninsns - branches_off[i]); in __arch_prepare_bpf_trampoline()1236 *(u32 *)(ctx->insns + branches_off[i]) = insn; in __arch_prepare_bpf_trampoline()1303 kfree(branches_off); in __arch_prepare_bpf_trampoline()