Home
last modified time | relevance | path

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

/xnu-11215.81.4/bsd/kern/
H A Dsys_ulock.c222 queue_head_t ulb_head; member
271 queue_init(&ull_bucket[i].ulb_head); in ulock_initialize()
295 if (!queue_empty(&ull_bucket[i].ulb_head)) { in ull_hash_dump()
300 qe_foreach_element(elem, &ull_bucket[i].ulb_head, ull_hash_link) { in ull_hash_dump()
365 qe_foreach_element(elem, &ull_bucket[i].ulb_head, ull_hash_link) { in ull_get()
391 enqueue(&ull_bucket[i].ulb_head, &ull->ull_hash_link); in ull_get()
/xnu-11215.81.4/tools/lldbmacros/
H A Dulock.py44 … for ull in IterateLinkageChain(addressof(buckets[i].ulb_head), 'ull_t *', 'ull_hash_link'):