Searched refs:sys_hashmap_callback_t (Results 1 – 5 of 5) sorted by relevance
/Zephyr-Core-3.5.0/include/zephyr/sys/ |
D | hash_map_api.h | 106 typedef void (*sys_hashmap_callback_t)(uint64_t key, uint64_t value, void *cookie); typedef 117 typedef void (*sys_hashmap_clear_t)(struct sys_hashmap *map, sys_hashmap_callback_t cb,
|
D | hash_map.h | 144 static inline void sys_hashmap_foreach(const struct sys_hashmap *map, sys_hashmap_callback_t cb, in sys_hashmap_foreach() 164 static inline void sys_hashmap_clear(struct sys_hashmap *map, sys_hashmap_callback_t cb, in sys_hashmap_clear()
|
/Zephyr-Core-3.5.0/lib/hash/ |
D | hash_map_cxx.cpp | 48 static void sys_hashmap_cxx_clear(struct sys_hashmap *map, sys_hashmap_callback_t cb, void *cookie) in sys_hashmap_cxx_clear()
|
D | hash_map_sc.c | 191 static void sys_hashmap_sc_clear(struct sys_hashmap *map, sys_hashmap_callback_t cb, void *cookie) in sys_hashmap_sc_clear()
|
D | hash_map_oa_lp.c | 209 static void sys_hashmap_oa_lp_clear(struct sys_hashmap *map, sys_hashmap_callback_t cb, in sys_hashmap_oa_lp_clear()
|