Searched refs:cap_bits (Results 1 – 5 of 5) sorted by relevance
/linux-6.3-rc2/tools/perf/util/ |
A D | hashmap.c | 47 map->cap_bits = 0; in hashmap__init() 73 map->cap = map->cap_bits = map->sz = 0; in hashmap__clear() 108 new_cap_bits = map->cap_bits + 1; in hashmap_grow() 123 map->cap_bits = new_cap_bits; in hashmap_grow() 167 h = hash_bits(map->hash_fn(key, map->ctx), map->cap_bits); in hashmap_insert() 191 h = hash_bits(map->hash_fn(key, map->ctx), map->cap_bits); in hashmap_insert() 211 h = hash_bits(map->hash_fn(key, map->ctx), map->cap_bits); in hashmap_find() 226 h = hash_bits(map->hash_fn(key, map->ctx), map->cap_bits); in hashmap_delete()
|
A D | hashmap.h | 79 size_t cap_bits; member 89 .cap_bits = 0, \ 204 ? map->buckets[hash_bits(map->hash_fn((_key), map->ctx), map->cap_bits)] \ 212 ? map->buckets[hash_bits(map->hash_fn((_key), map->ctx), map->cap_bits)] \
|
/linux-6.3-rc2/tools/lib/bpf/ |
A D | hashmap.c | 47 map->cap_bits = 0; in hashmap__init() 73 map->cap = map->cap_bits = map->sz = 0; in hashmap__clear() 108 new_cap_bits = map->cap_bits + 1; in hashmap_grow() 123 map->cap_bits = new_cap_bits; in hashmap_grow() 167 h = hash_bits(map->hash_fn(key, map->ctx), map->cap_bits); in hashmap_insert() 191 h = hash_bits(map->hash_fn(key, map->ctx), map->cap_bits); in hashmap_insert() 211 h = hash_bits(map->hash_fn(key, map->ctx), map->cap_bits); in hashmap_find() 226 h = hash_bits(map->hash_fn(key, map->ctx), map->cap_bits); in hashmap_delete()
|
A D | hashmap.h | 79 size_t cap_bits; member 89 .cap_bits = 0, \ 204 ? map->buckets[hash_bits(map->hash_fn((_key), map->ctx), map->cap_bits)] \ 212 ? map->buckets[hash_bits(map->hash_fn((_key), map->ctx), map->cap_bits)] \
|
/linux-6.3-rc2/drivers/hv/ |
A D | hv_balloon.c | 130 } cap_bits; member 1834 cap_msg.caps.cap_bits.balloon = ballooning_enabled(); in balloon_connect_vsp() 1835 cap_msg.caps.cap_bits.hot_add = hot_add_enabled(); in balloon_connect_vsp() 1841 cap_msg.caps.cap_bits.hot_add_alignment = 7; in balloon_connect_vsp()
|
Completed in 9 milliseconds