Home
last modified time | relevance | path

Searched refs:ht_size (Results 1 – 2 of 2) sorted by relevance

/xnu-11417.121.6/osfmk/kern/
H A Depoch_sync.c80 const uint32_t ht_size; member
91 .ht_size = NBUCKETS_QUEUE,
97 .ht_size = NBUCKETS_THREAD,
105 .ht_size = NBUCKETS_TEST,
134 for (uint32_t i = 0; i < ht->ht_size; i++) { in ht_startup_init()
145 assert3u((ht->ht_size & (ht->ht_size - 1)), ==, 0); in ht_get_bucket()
147 const uint32_t idx = os_hash_jenkins(&key, sizeof(key)) & (ht->ht_size - 1); in ht_get_bucket()
/xnu-11417.121.6/tools/lldbmacros/
H A Dexclaves.py140 for idx in range(int(table.ht_size)):