Searched refs:HASH_SIZE (Results 1 – 3 of 3) 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()60 return h % HASH_SIZE; in id_hash()
43 #define HASH_SIZE 4099 macro
209 for (h=0; h<HASH_SIZE; h++) in pci_id_cache_flush()