Symbol: alloca
samples/bpf/map_perf_test_user.c
378
key = alloca(sizeof(*key) + 4);
samples/bpf/xdp_router_ipv4_user.c
165
prefix_key = alloca(sizeof(*prefix_key) + 4);
samples/bpf/xdp_router_ipv4_user.c
166
prefix_value = alloca(sizeof(*prefix_value));
samples/vfs/mountinfo.c
131
struct statmount *buf = alloca(STATMOUNT_BUFSIZE);
scripts/genksyms/genksyms.c
520
b = alloca(elem * sizeof(*e));
scripts/genksyms/genksyms.c
548
b = alloca(elem * sizeof(*e));
tools/bpf/bpftool/prog.c
1942
ctx = alloca(ctx_sz);
tools/testing/selftests/bpf/map_tests/lpm_trie_map_basic_ops.c
246
data = alloca(keysize);
tools/testing/selftests/bpf/map_tests/lpm_trie_map_basic_ops.c
249
value = alloca(keysize + 1);
tools/testing/selftests/bpf/map_tests/lpm_trie_map_basic_ops.c
252
key = alloca(sizeof(*key) + keysize);
tools/testing/selftests/bpf/map_tests/lpm_trie_map_basic_ops.c
362
key_ipv4 = alloca(key_size_ipv4);
tools/testing/selftests/bpf/map_tests/lpm_trie_map_basic_ops.c
363
key_ipv6 = alloca(key_size_ipv6);
tools/testing/selftests/bpf/map_tests/lpm_trie_map_basic_ops.c
450
key = alloca(key_size);
tools/testing/selftests/bpf/map_tests/lpm_trie_map_basic_ops.c
559
key_p = alloca(key_size);
tools/testing/selftests/bpf/map_tests/lpm_trie_map_basic_ops.c
560
next_key_p = alloca(key_size);
tools/testing/selftests/bpf/map_tests/lpm_trie_map_basic_ops.c
717
key_p = alloca(key_size);
tools/testing/selftests/bpf/map_tests/lpm_trie_map_basic_ops.c
738
struct bpf_lpm_trie_key_u8 *next_key_p = alloca(key_size);
tools/testing/selftests/bpf/prog_tests/uprobe_syscall.c
735
threads = alloca(sizeof(*threads) * nr_threads);
tools/testing/selftests/bpf/testing_helpers.c
532
buf = alloca(sz * 3);
tools/testing/selftests/kvm/lib/x86/sev.c
194
measurement = alloca(256);
tools/testing/selftests/net/mptcp/mptcp_diag.c
280
info = alloca(sizeof(*info));
tools/testing/selftests/net/tcp_ao/lib/sock.c
656
buf = alloca(buf_sz);
tools/testing/selftests/nolibc/nolibc-test.c
1670
x = alloca(sizeof(*x));
tools/testing/selftests/nolibc/nolibc-test.c
1893
CASE_TEST(alloca); EXPECT_ZR(1, test_alloca()); break;
tools/testing/selftests/signal/sas.c
55
aa = alloca(1024);
tools/testing/selftests/signal/sas.c
86
aa = alloca(1024);