Searched refs:STATS_MAP_SIZE (Results 1 – 3 of 3) sorted by relevance
53 const int STATS_MAP_SIZE = 5000; variable
77 DEFINE_BPF_MAP(stats_map_A, HASH, stats_key, stats_value, STATS_MAP_SIZE) in DEFINE_BPF_MAP()78 DEFINE_BPF_MAP(stats_map_B, HASH, stats_key, stats_value, STATS_MAP_SIZE) in DEFINE_BPF_MAP()
80 constexpr int TOTAL_UID_STATS_ENTRIES_LIMIT = STATS_MAP_SIZE * 0.9;86 static_assert(STATS_MAP_SIZE - TOTAL_UID_STATS_ENTRIES_LIMIT > 100,