Searched refs:oalp_entry (Results 1 – 1 of 1) sorted by relevance
24 struct oalp_entry { struct37 static struct oalp_entry *sys_hashmap_oa_lp_find(const struct sys_hashmap *map, uint64_t key, in sys_hashmap_oa_lp_find() argument40 struct oalp_entry *entry = NULL; in sys_hashmap_oa_lp_find()43 struct oalp_entry *const buckets = map->data->buckets; in sys_hashmap_oa_lp_find()80 struct oalp_entry *entry = NULL; in sys_hashmap_oa_lp_insert_no_rehash()118 struct oalp_entry *entry; in sys_hashmap_oa_lp_rehash()119 struct oalp_entry *old_buckets; in sys_hashmap_oa_lp_rehash()120 struct oalp_entry *new_buckets; in sys_hashmap_oa_lp_rehash()134 old_buckets = (struct oalp_entry *)data->buckets; in sys_hashmap_oa_lp_rehash()136 new_buckets = (struct oalp_entry *)map->alloc_func(NULL, new_n_buckets * sizeof(*entry)); in sys_hashmap_oa_lp_rehash()[all …]