Searched refs:ulb_head (Results 1 – 2 of 2) sorted by relevance
217 queue_head_t ulb_head; member266 queue_init(&ull_bucket[i].ulb_head); in ulock_initialize()290 if (!queue_empty(&ull_bucket[i].ulb_head)) { in ull_hash_dump()295 qe_foreach_element(elem, &ull_bucket[i].ulb_head, ull_hash_link) { in ull_hash_dump()360 qe_foreach_element(elem, &ull_bucket[i].ulb_head, ull_hash_link) { in ull_get()386 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'):