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

/linux-master/tools/testing/selftests/bpf/
H A Dtest_lru_map.c233 /* Size of the LRU map is 1.5*tgt_free
234 * Insert 1 to tgt_free (+tgt_free keys)
235 * Lookup 1 to tgt_free/2
236 * Insert 1+tgt_free to 2*tgt_free (+tgt_free keys)
237 * => 1+tgt_free/2 to LOCALFREE_TARGET will be removed by LRU
239 static void test_lru_sanity1(int map_type, int map_flags, unsigned int tgt_free) argument
256 batch_size = tgt_free /
315 test_lru_sanity2(int map_type, int map_flags, unsigned int tgt_free) argument
422 test_lru_sanity3(int map_type, int map_flags, unsigned int tgt_free) argument
486 test_lru_sanity4(int map_type, int map_flags, unsigned int tgt_free) argument
609 test_lru_sanity6(int map_type, int map_flags, int tgt_free) argument
866 unsigned int tgt_free = (map_flags[f] & BPF_F_NO_COMMON_LRU) ? local
[all...]

Completed in 93 milliseconds