Home
last modified time | relevance | path

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

/xnu-10063.101.15/tools/lldbmacros/
H A Dexclaves.py57 domain_heads = Cast(domain_tbl.t_buckets, 'queue_chain_t *')
89 entry_heads = Cast(entry_tbl.t_buckets, 'queue_chain_t *')
/xnu-10063.101.15/osfmk/kern/
H A Dexclaves_resource.c173 queue_head_t *t_buckets; member
185 return &table->t_buckets[idx]; in get_bucket()
235 queue_init(&table->t_buckets[i]); in table_init()
251 table->t_buckets = kalloc_type(queue_head_t, nbuckets, in table_alloc()
270 .t_buckets = (queue_chain_t *)(queue_chain_t[TABLE_LEN]){},