Searched refs:stack_depth_roundup (Results 1 - 1 of 1) sorted by last modified time

/linux-master/kernel/bpf/
H A Dverifier.c20656 u16 stack_depth_roundup = round_up(stack_depth, 8) - stack_depth; local
20666 stack_depth_extra = BPF_REG_SIZE * 3 + stack_depth_roundup;
20684 stack_depth_roundup = round_up(stack_depth, 8) - stack_depth;

Completed in 172 milliseconds