Home
last modified time | relevance | path

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

/linux-6.1.9/kernel/bpf/
Dverifier.c14553 u16 stack_depth_roundup = round_up(stack_depth, 8) - stack_depth; in optimize_bpf_loop() local
14563 stack_depth_extra = BPF_REG_SIZE * 3 + stack_depth_roundup; in optimize_bpf_loop()
14581 stack_depth_roundup = round_up(stack_depth, 8) - stack_depth; in optimize_bpf_loop()