| /Zephyr-latest/lib/hash/ | 
| D | hash_map_sc.c | 33 static void sys_hashmap_sc_insert_entry(struct sys_hashmap *map, struct sys_hashmap_sc_entry *entry)  in sys_hashmap_sc_insert_entry()42 static void sys_hashmap_sc_insert_all(struct sys_hashmap *map, sys_dlist_t *list)  in sys_hashmap_sc_insert_all()
 53 static void sys_hashmap_sc_to_list(struct sys_hashmap *map, sys_dlist_t *list)  in sys_hashmap_sc_to_list()
 71 static int sys_hashmap_sc_rehash(struct sys_hashmap *map, bool grow)  in sys_hashmap_sc_rehash()
 109 static struct sys_hashmap_sc_entry *sys_hashmap_sc_find(const struct sys_hashmap *map, uint64_t key)  in sys_hashmap_sc_find()
 140 	const struct sys_hashmap *map = it->map;  in sys_hashmap_sc_iter_next()  local
 180 static void sys_hashmap_sc_iter(const struct sys_hashmap *map, struct sys_hashmap_iterator *it)  in sys_hashmap_sc_iter()
 191 static void sys_hashmap_sc_clear(struct sys_hashmap *map, sys_hashmap_callback_t cb, void *cookie)  in sys_hashmap_sc_clear()
 220 static int sys_hashmap_sc_insert(struct sys_hashmap *map, uint64_t key, uint64_t value,  in sys_hashmap_sc_insert()
 253 static bool sys_hashmap_sc_remove(struct sys_hashmap *map, uint64_t key, uint64_t *value)  in sys_hashmap_sc_remove()
 [all …]
 
 | 
| D | hash_map_cxx.cpp | 37 static void sys_hashmap_cxx_iter(const struct sys_hashmap *map, struct sys_hashmap_iterator *it)  in sys_hashmap_cxx_iter()48 static void sys_hashmap_cxx_clear(struct sys_hashmap *map, sys_hashmap_callback_t cb, void *cookie)  in sys_hashmap_cxx_clear()
 69 static int sys_hashmap_cxx_insert(struct sys_hashmap *map, uint64_t key, uint64_t value,  in sys_hashmap_cxx_insert()
 99 static bool sys_hashmap_cxx_remove(struct sys_hashmap *map, uint64_t key, uint64_t *value)  in sys_hashmap_cxx_remove()
 129 static bool sys_hashmap_cxx_get(const struct sys_hashmap *map, uint64_t key, uint64_t *value)  in sys_hashmap_cxx_get()
 
 | 
| D | hash_map_oa_lp.c | 37 static struct oalp_entry *sys_hashmap_oa_lp_find(const struct sys_hashmap *map, uint64_t key,  in sys_hashmap_oa_lp_find()76 static int sys_hashmap_oa_lp_insert_no_rehash(struct sys_hashmap *map, uint64_t key, uint64_t value,  in sys_hashmap_oa_lp_insert_no_rehash()
 113 static int sys_hashmap_oa_lp_rehash(struct sys_hashmap *map, bool grow)  in sys_hashmap_oa_lp_rehash()
 170 	const struct sys_hashmap *map = (const struct sys_hashmap *)it->map;  in sys_hashmap_oa_lp_iter_next()  local
 201 static void sys_hashmap_oa_lp_iter(const struct sys_hashmap *map, struct sys_hashmap_iterator *it)  in sys_hashmap_oa_lp_iter()
 209 static void sys_hashmap_oa_lp_clear(struct sys_hashmap *map, sys_hashmap_callback_t cb,  in sys_hashmap_oa_lp_clear()
 234 static inline int sys_hashmap_oa_lp_insert(struct sys_hashmap *map, uint64_t key, uint64_t value,  in sys_hashmap_oa_lp_insert()
 247 static bool sys_hashmap_oa_lp_remove(struct sys_hashmap *map, uint64_t key, uint64_t *value)  in sys_hashmap_oa_lp_remove()
 271 static bool sys_hashmap_oa_lp_get(const struct sys_hashmap *map, uint64_t key, uint64_t *value)  in sys_hashmap_oa_lp_get()
 
 | 
| /Zephyr-latest/include/zephyr/sys/ | 
| D | hash_map.h | 145 static inline void sys_hashmap_foreach(const struct sys_hashmap *map, sys_hashmap_callback_t cb,  in sys_hashmap_foreach()165 static inline void sys_hashmap_clear(struct sys_hashmap *map, sys_hashmap_callback_t cb,  in sys_hashmap_clear()
 186 static inline int sys_hashmap_insert(struct sys_hashmap *map, uint64_t key, uint64_t value,  in sys_hashmap_insert()
 204 static inline bool sys_hashmap_remove(struct sys_hashmap *map, uint64_t key, uint64_t *value)  in sys_hashmap_remove()
 221 static inline bool sys_hashmap_get(const struct sys_hashmap *map, uint64_t key, uint64_t *value)  in sys_hashmap_get()
 235 static inline bool sys_hashmap_contains_key(const struct sys_hashmap *map, uint64_t key)  in sys_hashmap_contains_key()
 247 static inline size_t sys_hashmap_size(const struct sys_hashmap *map)  in sys_hashmap_size()
 260 static inline bool sys_hashmap_is_empty(const struct sys_hashmap *map)  in sys_hashmap_is_empty()
 275 static inline uint8_t sys_hashmap_load_factor(const struct sys_hashmap *map)  in sys_hashmap_load_factor()
 290 static inline size_t sys_hashmap_num_buckets(const struct sys_hashmap *map)  in sys_hashmap_num_buckets()
 [all …]
 
 | 
| D | hash_map_api.h | 46 	const struct sys_hashmap *map;  member
 | 
| /Zephyr-latest/subsys/mgmt/mcumgr/util/src/ | 
| D | zcbor_bulk.c | 15 int zcbor_map_decode_bulk(zcbor_state_t *zsd, struct zcbor_map_decode_key_val *map,  in zcbor_map_decode_bulk()74 bool zcbor_map_decode_bulk_key_found(struct zcbor_map_decode_key_val *map, size_t map_size,  in zcbor_map_decode_bulk_key_found()
 105 void zcbor_map_decode_bulk_reset(struct zcbor_map_decode_key_val *map, size_t map_size)  in zcbor_map_decode_bulk_reset()
 
 | 
| /Zephyr-latest/subsys/bluetooth/controller/ll_sw/ | 
| D | ull_chan.c | 41 static uint8_t map[5];  variable
 | 
| /Zephyr-latest/soc/espressif/common/ | 
| D | loader.c | 95 static struct rom_segments map = {  variable104 void map_rom_segments(int core, struct rom_segments *map)  in map_rom_segments()
 
 | 
| /Zephyr-latest/scripts/native_simulator/common/src/ | 
| D | nsi_errno.c | 20 static const struct nsi_errno_mid_map map[] = {  variable
 | 
| /Zephyr-latest/drivers/net/ | 
| D | nsos_netdb.c | 40 static const struct nsos_eai_map map[] = {  variable
 | 
| /Zephyr-latest/soc/aspeed/ | 
| D | aspeed_util.h | 32 #define reg_read_poll_timeout(map, reg, val, cond, sleep_ms, timeout_ms)	    \  argument
 | 
| /Zephyr-latest/subsys/stats/ | 
| D | stats.c | 134 	   const struct stats_name_map *map, uint16_t map_cnt)  in stats_init()260 		   const struct stats_name_map *map, uint16_t map_cnt,  in stats_init_and_reg()
 
 | 
| /Zephyr-latest/arch/xtensa/core/ | 
| D | mpu.c | 409 static int mpu_map_region_add(struct xtensa_mpu_map *map,  in mpu_map_region_add()640 	struct xtensa_mpu_map *map = thread->arch.mpu_map;  in xtensa_mpu_map_write()  local
 777 	struct xtensa_mpu_map *map = &domain->arch.mpu_map;  in arch_mem_domain_partition_remove()  local
 863 	struct xtensa_mpu_map *map = &domain->arch.mpu_map;  in arch_mem_domain_partition_add()  local
 
 | 
| /Zephyr-latest/tests/lib/shared_multi_heap/src/ | 
| D | main.c | 36 struct region_map map[] = {  variable
 | 
| /Zephyr-latest/drivers/pcie/host/ | 
| D | vc.c | 128 int pcie_vc_map_tc(pcie_bdf_t bdf, struct pcie_vctc_map *map)  in pcie_vc_map_tc()
 | 
| D | msi.c | 207 		uint32_t map = pcie_msi_map(irq, &vectors[i], 1);  in enable_msix()  local242 	uint32_t map;  in enable_msi()  local
 
 | 
| /Zephyr-latest/drivers/gpio/ | 
| D | gpio_handlers.c | 101 static inline int z_vrfy_gpio_port_get_direction(const struct device *dev, gpio_port_pins_t map,  in z_vrfy_gpio_port_get_direction()
 | 
| D | gpio_cc13xx_cc26xx.c | 267 static int gpio_cc13xx_cc26xx_port_get_direction(const struct device *port, gpio_port_pins_t map,  in gpio_cc13xx_cc26xx_port_get_direction()
 | 
| D | gpio_nxp_s32.c | 49 	struct gpio_nxp_s32_irq_map *map;  member430 					   gpio_port_pins_t map,  in nxp_s32_gpio_port_get_direction()
 
 | 
| D | gpio_axp192.c | 228 static int gpio_axp192_port_get_direction(const struct device *dev, gpio_port_pins_t map,  in gpio_axp192_port_get_direction()
 | 
| D | gpio_eos_s3.c | 360 static int gpio_eos_s3_port_get_direction(const struct device *port, gpio_port_pins_t map,  in gpio_eos_s3_port_get_direction()
 | 
| /Zephyr-latest/modules/thrift/src/thrift/protocol/ | 
| D | TBinaryProtocol.h | 193 	void checkReadBytesAvailable(TMap &map) override  in checkReadBytesAvailable()
 | 
| /Zephyr-latest/drivers/sensor/maxim/max30101/ | 
| D | max30101.h | 99 	uint8_t map[MAX30101_MAX_NUM_CHANNELS];  member
 | 
| /Zephyr-latest/drivers/xen/ | 
| D | gnttab.c | 155 int32_t gnttab_alloc_and_grant(void **map, bool readonly)  in gnttab_alloc_and_grant()
 | 
| /Zephyr-latest/arch/x86/ | 
| D | gen_mmu.py | 251     def map(self, virt_addr, phys_addr, entry_flags):  member in MMUTable461     def map(self, phys_base, virt_base, size, flags, level=PT_LEVEL):  member in PtableSet
 
 |