Searched refs:realloc_func_state (Results 1 - 1 of 1) sorted by relevance
/device/soc/rockchip/common/sdk_linux/kernel/bpf/ |
H A D | verifier.c | 740 * the program calls into realloc_func_state() to grow the stack size.
745 static int realloc_func_state(struct bpf_func_state *state, int stack_size, int refs_size, bool copy_old)
in realloc_func_state() function 846 err = realloc_func_state(dst, src->allocated_stack, src->acquired_refs, false);
in copy_func_state() 2295 err = realloc_func_state(state, round_up(slot + 1, BPF_REG_SIZE), state->acquired_refs, true);
in check_stack_write_fixed_off() 2439 err = realloc_func_state(state, round_up(-min_off, BPF_REG_SIZE), state->acquired_refs, true);
in check_stack_write_var_off()
|
Completed in 16 milliseconds