Home
last modified time | relevance | path

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

/xnu-8020.101.4/bsd/kern/
H A Dsys_ulock.c206 queue_head_t ulb_head; member
247 queue_init(&ull_bucket[i].ulb_head); in ulock_initialize()
267 if (!queue_empty(&ull_bucket[i].ulb_head)) { in ull_hash_dump()
272 qe_foreach_element(elem, &ull_bucket[i].ulb_head, ull_hash_link) { in ull_hash_dump()
337 qe_foreach_element(elem, &ull_bucket[i].ulb_head, ull_hash_link) { in ull_get()
363 enqueue(&ull_bucket[i].ulb_head, &ull->ull_hash_link); in ull_get()
/xnu-8020.101.4/tools/lldbmacros/
H A Dulock.py48 … for ull in IterateLinkageChain(addressof(buckets[i].ulb_head), 'ull_t *', 'ull_hash_link'):