Home
last modified time | relevance | path

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

/Linux-v6.1/tools/lib/bpf/
Dhashmap.c22 #define HASHMAP_MIN_CAP_BITS 2 macro
109 if (new_cap_bits < HASHMAP_MIN_CAP_BITS) in hashmap_grow()
110 new_cap_bits = HASHMAP_MIN_CAP_BITS; in hashmap_grow()
/Linux-v6.1/tools/perf/util/
Dhashmap.c22 #define HASHMAP_MIN_CAP_BITS 2 macro
109 if (new_cap_bits < HASHMAP_MIN_CAP_BITS) in hashmap_grow()
110 new_cap_bits = HASHMAP_MIN_CAP_BITS; in hashmap_grow()