Home
last modified time | relevance | path

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

/pciutils/lib/
H A Dnames-hash.c16 struct id_bucket { struct
17 struct id_bucket *next; argument
22 #define BUCKET_ALIGNMENT __alignof__(struct id_bucket) argument
25 struct id_bucket *next;
34 struct id_bucket *buck = a->current_id_bucket; in id_alloc()
48 buck->full = BUCKET_ALIGN(sizeof(struct id_bucket)); in id_alloc()
126 struct id_bucket *buck = a->current_id_bucket; in pci_id_hash_free()
H A Dpci.h89 struct id_bucket *current_id_bucket;