Searched refs:current_id_bucket (Results 1 – 2 of 2) sorted by relevance
34 struct id_bucket *buck = a->current_id_bucket; in id_alloc()46 buck->next = a->current_id_bucket; in id_alloc()47 a->current_id_bucket = buck; in id_alloc()124 while (a->current_id_bucket) in pci_id_hash_free()126 struct id_bucket *buck = a->current_id_bucket; in pci_id_hash_free()127 a->current_id_bucket = buck->next; in pci_id_hash_free()
89 struct id_bucket *current_id_bucket; member