Searched refs:id_entry (Results 1 – 4 of 4) sorted by relevance
39 a->id_hash = pci_malloc(a, sizeof(struct id_entry *) * HASH_SIZE); in id_alloc()40 memset(a->id_hash, 0, sizeof(struct id_entry *) * HASH_SIZE); in id_alloc()69 struct id_entry *n = a->id_hash ? a->id_hash[h] : NULL; in pci_id_insert()76 n = id_alloc(a, sizeof(struct id_entry) + len); in pci_id_insert()90 struct id_entry *n, *best; in pci_id_lookup()
15 struct id_entry { struct16 struct id_entry *next; argument
178 struct id_entry *e, *e2; in pci_id_cache_flush()
88 struct id_entry **id_hash; /* names.c */