Home
last modified time | relevance | path

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

/linux/kernel/bpf/
H A Dfixups.c1478 u16 stack_depth_extra = 0; in bpf_do_misc_fixups() local
1754 stack_depth_extra = 16; in bpf_do_misc_fixups()
1783 stack_depth_extra = 8; in bpf_do_misc_fixups()
2323 subprogs[cur_subprog].stack_depth += stack_depth_extra; in bpf_do_misc_fixups()
2324 subprogs[cur_subprog].stack_extra = stack_depth_extra; in bpf_do_misc_fixups()
2329 stack_depth, stack_depth_extra); in bpf_do_misc_fixups()
2334 stack_depth_extra = 0; in bpf_do_misc_fixups()
2505 u16 stack_depth_extra = 0; in bpf_optimize_bpf_loop() local
2514 stack_depth_extra = BPF_REG_SIZE * 3 + stack_depth_roundup; in bpf_optimize_bpf_loop()
2517 -(stack_depth + stack_depth_extra), in bpf_optimize_bpf_loop()
[all …]