Home
last modified time | relevance | path

Searched refs:sys_hashmap_callback_t (Results 1 – 5 of 5) sorted by relevance

/Zephyr-Core-3.5.0/include/zephyr/sys/
Dhash_map_api.h106 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,
Dhash_map.h144 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/
Dhash_map_cxx.cpp48 static void sys_hashmap_cxx_clear(struct sys_hashmap *map, sys_hashmap_callback_t cb, void *cookie) in sys_hashmap_cxx_clear()
Dhash_map_sc.c191 static void sys_hashmap_sc_clear(struct sys_hashmap *map, sys_hashmap_callback_t cb, void *cookie) in sys_hashmap_sc_clear()
Dhash_map_oa_lp.c209 static void sys_hashmap_oa_lp_clear(struct sys_hashmap *map, sys_hashmap_callback_t cb, in sys_hashmap_oa_lp_clear()