HASHMAP_MIN_CAP_BITS   97 tools/lib/bpf/hashmap.c 	if (new_cap_bits < HASHMAP_MIN_CAP_BITS)
HASHMAP_MIN_CAP_BITS   98 tools/lib/bpf/hashmap.c 		new_cap_bits = HASHMAP_MIN_CAP_BITS;