Home
last modified time | relevance | path

Searched refs:sys_hashmap_clear (Results 1 – 4 of 4) sorted by relevance

/Zephyr-latest/tests/lib/hash_map/src/
D_main.c29 (void)sys_hashmap_clear(&map, NULL, NULL); in after()
30 (void)sys_hashmap_clear(&custom_load_factor_map, NULL, NULL); in after()
Dclear.c23 sys_hashmap_clear(&map, NULL, NULL); in ZTEST()
46 sys_hashmap_clear(&map, clear_callback, cleared); in ZTEST()
/Zephyr-latest/samples/basic/hash_map/src/
Dmain.c86 sys_hashmap_clear(&map, NULL, NULL); in main()
/Zephyr-latest/include/zephyr/sys/
Dhash_map.h165 static inline void sys_hashmap_clear(struct sys_hashmap *map, sys_hashmap_callback_t cb, in sys_hashmap_clear() function