Searched refs:grow (Results 1 – 11 of 11) sorted by relevance
/Zephyr-Core-3.4.0/include/zephyr/sys/ |
D | hash_map.h | 316 static inline bool sys_hashmap_should_rehash(const struct sys_hashmap *map, bool grow, in sys_hashmap_should_rehash() argument 323 const bool shrink = !grow; in sys_hashmap_should_rehash() 331 size += grow; in sys_hashmap_should_rehash() 338 n_buckets += grow * (size == 1) * config->initial_n_buckets; in sys_hashmap_should_rehash() 340 n_buckets <<= grow * (size != 1); in sys_hashmap_should_rehash() 352 grow && (data->n_buckets == 0 || in sys_hashmap_should_rehash()
|
/Zephyr-Core-3.4.0/lib/hash/ |
D | hash_map_sc.c | 71 static int sys_hashmap_sc_rehash(struct sys_hashmap *map, bool grow) in sys_hashmap_sc_rehash() argument 78 if (!sys_hashmap_should_rehash(map, grow, 0, &new_n_buckets)) { in sys_hashmap_sc_rehash()
|
D | hash_map_oa_lp.c | 113 static int sys_hashmap_oa_lp_rehash(struct sys_hashmap *map, bool grow) in sys_hashmap_oa_lp_rehash() argument 123 if (!sys_hashmap_should_rehash(map, grow, data->n_tombstones, &new_n_buckets)) { in sys_hashmap_oa_lp_rehash()
|
/Zephyr-Core-3.4.0/subsys/mgmt/osdp/ |
D | Kconfig.cp | 27 the queue size is multiplied by number of connected PD so this can grow
|
D | Kconfig.pd | 21 the queue size is multiplied by number of connected PD so this can grow
|
/Zephyr-Core-3.4.0/doc/releases/ |
D | release-notes-1.6.rst | 131 * File system: Added API to grow or shrink a file. 196 * ``ZEP-635`` - Add FS API to grow a file
|
/Zephyr-Core-3.4.0/doc/contribute/ |
D | bin_blobs.rst | 183 The scope of this test suite may grow over time. The goal is to specify
|
/Zephyr-Core-3.4.0/doc/_doxygen/ |
D | doxygen-awesome.css | 303 flex-grow: 5; 667 flex-grow: 2;
|
/Zephyr-Core-3.4.0/kernel/ |
D | Kconfig | 790 grow towards lower memory addresses.
|
/Zephyr-Core-3.4.0/doc/hardware/porting/ |
D | arch.rst | 558 At present, Zephyr does not support stacks that grow upward.
|
/Zephyr-Core-3.4.0/subsys/bluetooth/mesh/ |
D | Kconfig | 835 will gradually grow toward the actual PollTimeout, doubling
|