Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/bpf/
H A Dtest_lru_map.c240 static void test_lru_sanity1(int map_type, int map_flags, unsigned int tgt_free) in test_lru_sanity1() argument
257 batch_size = tgt_free / 2; in test_lru_sanity1()
258 assert(batch_size * 2 == tgt_free); in test_lru_sanity1()
260 map_size = tgt_free + batch_size; in test_lru_sanity1()
270 end_key = 1 + tgt_free; in test_lru_sanity1()
287 key = 1 + tgt_free; in test_lru_sanity1()
288 end_key = key + tgt_free; in test_lru_sanity1()
316 static void test_lru_sanity2(int map_type, int map_flags, unsigned int tgt_free) in test_lru_sanity2() argument
334 batch_size = tgt_free / 2; in test_lru_sanity2()
335 assert(batch_size * 2 == tgt_free); in test_lru_sanity2()
[all …]