Home
last modified time | relevance | path

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

/xnu-12377.41.6/tools/lldbmacros/
H A Dexclaves.py67 for domain_idx in range(int(domain_tbl.t_buckets_count)):
95 for entry_idx in range(int(entry_tbl.t_buckets_count)):
/xnu-12377.41.6/osfmk/kern/
H A Dexclaves_resource.c185 size_t t_buckets_count; member
195 (table->t_buckets_count - 1); in get_bucket()
242 assert3u(table->t_buckets_count & (table->t_buckets_count - 1), ==, 0); in table_init()
245 for (size_t i = 0; i < table->t_buckets_count; i++) { in table_init()
261 table->t_buckets_count = nbuckets; in table_alloc()
272 for (size_t i = 0; i < table->t_buckets_count; i++) {
298 .t_buckets_count = TABLE_LEN,
574 .t_buckets_count = TABLE_LEN,