Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/prog_tests/
H A Dtest_map_uninit.c8 size_t value_sz, slot_sz, lookup_sz, tail_sz; in test_map_uninit_mem_exposure() local
38 lookup_sz = slot_sz * nr_cpus; in test_map_uninit_mem_exposure()
41 value = malloc(lookup_sz); in test_map_uninit_mem_exposure()
47 memset(value, 0x2B, lookup_sz); in test_map_uninit_mem_exposure()
52 memset(value, 0xFF, lookup_sz); in test_map_uninit_mem_exposure()