new_cap_bits 92 tools/lib/bpf/hashmap.c size_t new_cap_bits, new_cap; new_cap_bits 96 tools/lib/bpf/hashmap.c new_cap_bits = map->cap_bits + 1; new_cap_bits 97 tools/lib/bpf/hashmap.c if (new_cap_bits < HASHMAP_MIN_CAP_BITS) new_cap_bits 98 tools/lib/bpf/hashmap.c new_cap_bits = HASHMAP_MIN_CAP_BITS; new_cap_bits 100 tools/lib/bpf/hashmap.c new_cap = 1UL << new_cap_bits; new_cap_bits 106 tools/lib/bpf/hashmap.c h = hash_bits(map->hash_fn(cur->key, map->ctx), new_cap_bits); new_cap_bits 111 tools/lib/bpf/hashmap.c map->cap_bits = new_cap_bits;