Home
last modified time | relevance | path

Searched refs:tail_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
34 tail_sz = slot_sz - value_sz; in test_map_uninit_mem_exposure()
35 if (!ASSERT_NEQ(tail_sz, 0, "tail_sz")) in test_map_uninit_mem_exposure()
42 zero = calloc(1, tail_sz); in test_map_uninit_mem_exposure()
60 if (!ASSERT_MEMEQ(tail, zero, tail_sz, "zeroed tail bytes")) in test_map_uninit_mem_exposure()