Home
last modified time | relevance | path

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

/xnu-11215.1.10/osfmk/kern/
H A Dexclaves_resource.c159 #define TABLE_LEN 64 macro
291 .t_buckets = (queue_chain_t *)(queue_chain_t[TABLE_LEN]){},
292 .t_buckets_count = TABLE_LEN,
383 domain->d_table_name = table_alloc(TABLE_LEN); in exclaves_resource_domain_alloc()
386 domain->d_table_id = table_alloc(TABLE_LEN); in exclaves_resource_domain_alloc()