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