Searched refs:realloc_array (Results 1 – 2 of 2) sorted by relevance
| /linux/net/netfilter/ |
| H A D | nft_set_rbtree.c | 632 goto realloc_array; in nft_array_may_resize() 644 goto realloc_array; in nft_array_may_resize() 659 realloc_array: in nft_array_may_resize()
|
| /linux/kernel/bpf/ |
| H A D | verifier.c | 1293 static void *realloc_array(void *arr, size_t old_n, size_t new_n, size_t size) 1348 state->refs = realloc_array(state->refs, state->acquired_refs, n, in is_spilled_reg() 1371 state->stack = realloc_array(state->stack, old_n, n, sizeof(struct bpf_stack_state)); 1423 static void *realloc_array(void *arr, size_t old_n, size_t new_n, size_t size) realloc_array() function
|