Home
last modified time | relevance | path

Searched defs:map (Results 1 – 25 of 31) sorted by relevance

12

/Zephyr-Core-3.6.0/lib/hash/
Dhash_map_sc.c33 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 …]
Dhash_map_cxx.cpp37 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()
Dhash_map_oa_lp.c37 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/
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()
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 …]
Dhash_map_api.h46 const struct sys_hashmap *map; member
/Zephyr-Core-3.6.0/subsys/mgmt/mcumgr/util/src/
Dzcbor_bulk.c15 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/
Dull_chan.c41 static uint8_t map[5]; variable
/Zephyr-Core-3.6.0/soc/arm/aspeed/
Daspeed_util.h32 #define reg_read_poll_timeout(map, reg, val, cond, sleep_ms, timeout_ms) \ argument
/Zephyr-Core-3.6.0/subsys/stats/
Dstats.c134 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/
Dmain.c36 struct region_map map[] = { variable
/Zephyr-Core-3.6.0/drivers/pcie/host/
Dvc.c128 int pcie_vc_map_tc(pcie_bdf_t bdf, struct pcie_vctc_map *map) in pcie_vc_map_tc()
Dmsi.c207 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/
Dgpio_handlers.c101 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()
Dgpio_cc13xx_cc26xx.c267 static int gpio_cc13xx_cc26xx_port_get_direction(const struct device *port, gpio_port_pins_t map, in gpio_cc13xx_cc26xx_port_get_direction()
Dgpio_nxp_s32.c38 struct gpio_nxp_s32_irq_map *map; member
436 gpio_port_pins_t map, in nxp_s32_gpio_port_get_direction()
Dgpio_axp192.c229 static int gpio_axp192_port_get_direction(const struct device *dev, gpio_port_pins_t map, in gpio_axp192_port_get_direction()
Dgpio_eos_s3.c358 static int gpio_eos_s3_port_get_direction(const struct device *port, gpio_port_pins_t map, in gpio_eos_s3_port_get_direction()
Dgpio_mcux.c270 static int gpio_mcux_port_get_direction(const struct device *dev, gpio_port_pins_t map, in gpio_mcux_port_get_direction()
Dgpio_litex.c272 static int gpio_litex_port_get_direction(const struct device *dev, gpio_port_pins_t map, in gpio_litex_port_get_direction()
Dgpio_ambiq.c123 static int ambiq_gpio_port_get_direction(const struct device *dev, gpio_port_pins_t map, in ambiq_gpio_port_get_direction()
Dgpio_mchp_xec_v2.c383 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/
DTBinaryProtocol.h193 void checkReadBytesAvailable(TMap &map) override in checkReadBytesAvailable()
/Zephyr-Core-3.6.0/drivers/sensor/max30101/
Dmax30101.h99 uint8_t map[MAX30101_MAX_NUM_CHANNELS]; member
/Zephyr-Core-3.6.0/drivers/xen/
Dgnttab.c151 int32_t gnttab_alloc_and_grant(void **map, bool readonly) in gnttab_alloc_and_grant()
/Zephyr-Core-3.6.0/arch/x86/
Dgen_mmu.py251 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

12