Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/
A Dtest_lpm_map.c227 data = alloca(keysize); in test_lpm_map()
230 value = alloca(keysize + 1); in test_lpm_map()
233 key = alloca(sizeof(*key) + keysize); in test_lpm_map()
342 key_ipv4 = alloca(key_size_ipv4); in test_lpm_ipaddr()
343 key_ipv6 = alloca(key_size_ipv6); in test_lpm_ipaddr()
432 key = alloca(key_size); in test_lpm_delete()
544 key_p = alloca(key_size); in test_lpm_get_next_key()
545 next_key_p = alloca(key_size); in test_lpm_get_next_key()
709 key_p = alloca(key_size); in lpm_test_command()
730 struct bpf_lpm_trie_key *next_key_p = alloca(key_size); in lpm_test_command()
/linux/tools/testing/selftests/sigaltstack/
A Dsas.c60 aa = alloca(1024); in my_usr1()
91 aa = alloca(1024); in my_usr2()
/linux/tools/testing/selftests/bpf/prog_tests/
A Dtest_lsm.c31 buf = alloca(sz * 3); in stack_mprotect()
/linux/samples/bpf/
A Dxdp_router_ipv4_user.c195 route.iface_name = alloca(sizeof(char *) * IFNAMSIZ); in read_route()
212 prefix_key = alloca(sizeof(*prefix_key) + 3); in read_route()
213 prefix_value = alloca(sizeof(*prefix_value)); in read_route()
A Dmap_perf_test_user.c376 key = alloca(sizeof(*key) + 4); in fill_lpm_trie()
/linux/scripts/genksyms/
A Dgenksyms.c516 b = alloca(elem * sizeof(*e)); in print_list()
544 b = alloca(elem * sizeof(*e)); in expand_and_crc_sym()
/linux/scripts/dtc/
A Ddtc-parser.tab.c391 # define alloca _alloca macro
393 # define YYSTACK_ALLOC alloca
/linux/scripts/kconfig/
A Dparser.tab.c417 # define alloca _alloca macro
419 # define YYSTACK_ALLOC alloca
/linux/tools/testing/selftests/kvm/
A Ddirty_log_test.c516 struct kvm_signal_mask *sigmask = alloca(offsetof(struct kvm_signal_mask, sigset) in vcpu_worker()
/linux/tools/bpf/bpftool/
A Dprog.c1694 ctx = alloca(ctx_sz); in try_loader()

Completed in 26 milliseconds