Searched refs:ulb_head (Results 1 – 2 of 2) sorted by relevance
222 queue_head_t ulb_head; member271 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()
44 … for ull in IterateLinkageChain(addressof(buckets[i].ulb_head), 'ull_t *', 'ull_hash_link'):