Searched refs:grow (Results 1 – 14 of 14) sorted by relevance
/Zephyr-latest/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-latest/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-latest/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-latest/doc/_extensions/zephyr/domain/static/css/ |
D | board-catalog.css | 124 flex-grow: 1;
|
/Zephyr-latest/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-latest/doc/contribute/ |
D | bin_blobs.rst | 184 The scope of this test suite may grow over time. The goal is to specify
|
/Zephyr-latest/doc/safety/ |
D | safety_overview.rst | 277 Safety should not block the project and minimize the room to grow in any way.
|
/Zephyr-latest/doc/_doxygen/ |
D | doxygen-awesome.css | 364 flex-grow: 5; 770 flex-grow: 2; 902 flex-grow: 1;
|
/Zephyr-latest/doc/_static/css/ |
D | custom.css | 1016 flex-grow: 1;
|
/Zephyr-latest/kernel/ |
D | Kconfig | 982 grow towards lower memory addresses.
|
/Zephyr-latest/doc/hardware/porting/ |
D | arch.rst | 567 At present, Zephyr does not support stacks that grow upward.
|
/Zephyr-latest/subsys/bluetooth/mesh/ |
D | Kconfig | 1686 will gradually grow toward the actual PollTimeout, doubling
|