/Zephyr-Core-3.6.0/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-Core-3.6.0/include/zephyr/sys/ |
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() 185 static inline int sys_hashmap_insert(struct sys_hashmap *map, uint64_t key, uint64_t value, in sys_hashmap_insert() 203 static inline bool sys_hashmap_remove(struct sys_hashmap *map, uint64_t key, uint64_t *value) in sys_hashmap_remove() 220 static inline bool sys_hashmap_get(const struct sys_hashmap *map, uint64_t key, uint64_t *value) in sys_hashmap_get() 234 static inline bool sys_hashmap_contains_key(const struct sys_hashmap *map, uint64_t key) in sys_hashmap_contains_key() 246 static inline size_t sys_hashmap_size(const struct sys_hashmap *map) in sys_hashmap_size() 259 static inline bool sys_hashmap_is_empty(const struct sys_hashmap *map) in sys_hashmap_is_empty() 274 static inline uint8_t sys_hashmap_load_factor(const struct sys_hashmap *map) in sys_hashmap_load_factor() 289 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-Core-3.6.0/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-Core-3.6.0/subsys/bluetooth/controller/ll_sw/ |
D | ull_chan.c | 41 static uint8_t map[5]; variable
|
/Zephyr-Core-3.6.0/soc/arm/aspeed/ |
D | aspeed_util.h | 32 #define reg_read_poll_timeout(map, reg, val, cond, sleep_ms, timeout_ms) \ argument
|
/Zephyr-Core-3.6.0/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-Core-3.6.0/tests/lib/shared_multi_heap/src/ |
D | main.c | 36 struct region_map map[] = { variable
|
/Zephyr-Core-3.6.0/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() local 242 uint32_t map; in enable_msi() local
|
/Zephyr-Core-3.6.0/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 | 38 struct gpio_nxp_s32_irq_map *map; member 436 gpio_port_pins_t map, in nxp_s32_gpio_port_get_direction()
|
D | gpio_axp192.c | 229 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 | 358 static int gpio_eos_s3_port_get_direction(const struct device *port, gpio_port_pins_t map, in gpio_eos_s3_port_get_direction()
|
D | gpio_mcux.c | 270 static int gpio_mcux_port_get_direction(const struct device *dev, gpio_port_pins_t map, in gpio_mcux_port_get_direction()
|
D | gpio_litex.c | 272 static int gpio_litex_port_get_direction(const struct device *dev, gpio_port_pins_t map, in gpio_litex_port_get_direction()
|
D | gpio_ambiq.c | 123 static int ambiq_gpio_port_get_direction(const struct device *dev, gpio_port_pins_t map, in ambiq_gpio_port_get_direction()
|
D | gpio_mchp_xec_v2.c | 383 static int gpio_xec_get_direction(const struct device *port, gpio_port_pins_t map, in gpio_xec_get_direction()
|
/Zephyr-Core-3.6.0/modules/thrift/src/thrift/protocol/ |
D | TBinaryProtocol.h | 193 void checkReadBytesAvailable(TMap &map) override in checkReadBytesAvailable()
|
/Zephyr-Core-3.6.0/drivers/sensor/max30101/ |
D | max30101.h | 99 uint8_t map[MAX30101_MAX_NUM_CHANNELS]; member
|
/Zephyr-Core-3.6.0/drivers/xen/ |
D | gnttab.c | 151 int32_t gnttab_alloc_and_grant(void **map, bool readonly) in gnttab_alloc_and_grant()
|
/Zephyr-Core-3.6.0/arch/x86/ |
D | gen_mmu.py | 251 def map(self, virt_addr, phys_addr, entry_flags): member in MMUTable 461 def map(self, phys_base, virt_base, size, flags, level=PT_LEVEL): member in PtableSet
|