Searched refs:stack_depth_roundup (Results 1 – 1 of 1) sorted by relevance
2525 u16 stack_depth_roundup = round_up(stack_depth, 8) - stack_depth; in bpf_optimize_bpf_loop() 2535 stack_depth_extra = BPF_REG_SIZE * 3 + stack_depth_roundup; in bpf_optimize_bpf_loop() 2553 stack_depth_roundup = round_up(stack_depth, 8) - stack_depth; in bpf_remove_fastcall_spills_fills() 2504 u16 stack_depth_roundup = round_up(stack_depth, 8) - stack_depth; bpf_optimize_bpf_loop() local