Home
last modified time | relevance | path

Searched refs:grow (Results 1 – 11 of 11) sorted by relevance

/Zephyr-Core-3.4.0/include/zephyr/sys/
Dhash_map.h316 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/
Dhash_map_sc.c71 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()
Dhash_map_oa_lp.c113 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/
DKconfig.cp27 the queue size is multiplied by number of connected PD so this can grow
DKconfig.pd21 the queue size is multiplied by number of connected PD so this can grow
/Zephyr-Core-3.4.0/doc/releases/
Drelease-notes-1.6.rst131 * 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/
Dbin_blobs.rst183 The scope of this test suite may grow over time. The goal is to specify
/Zephyr-Core-3.4.0/doc/_doxygen/
Ddoxygen-awesome.css303 flex-grow: 5;
667 flex-grow: 2;
/Zephyr-Core-3.4.0/kernel/
DKconfig790 grow towards lower memory addresses.
/Zephyr-Core-3.4.0/doc/hardware/porting/
Darch.rst558 At present, Zephyr does not support stacks that grow upward.
/Zephyr-Core-3.4.0/subsys/bluetooth/mesh/
DKconfig835 will gradually grow toward the actual PollTimeout, doubling