Home
last modified time | relevance | path

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

/xnu-12377.41.6/tools/lldbmacros/
H A Dexclaves.py62 domain_heads = Cast(domain_tbl.t_buckets, 'queue_chain_t *')
94 entry_heads = Cast(entry_tbl.t_buckets, 'queue_chain_t *')
/xnu-12377.41.6/osfmk/kern/
H A Dexclaves_resource.c184 queue_head_t *t_buckets; member
196 return &table->t_buckets[idx]; in get_bucket()
246 queue_init(&table->t_buckets[i]); in table_init()
262 table->t_buckets = kalloc_type(queue_head_t, nbuckets, in table_alloc()
273 const queue_head_t *head = &table->t_buckets[i];
297 .t_buckets = (queue_chain_t *)(queue_chain_t[TABLE_LEN]){},
573 .t_buckets = (queue_chain_t *)(queue_chain_t[TABLE_LEN]){},