Home
last modified time | relevance | path

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

/Linux-v5.4/tools/lib/bpf/
Dhashmap.c16 #define HASHMAP_MIN_CAP_BITS 2 macro
97 if (new_cap_bits < HASHMAP_MIN_CAP_BITS) in hashmap_grow()
98 new_cap_bits = HASHMAP_MIN_CAP_BITS; in hashmap_grow()