Home
last modified time | relevance | path

Searched refs:HASH_SIZE (Results 1 – 3 of 3) sorted by relevance

/pciutils/lib/
H A Dnames-hash.c39 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()
H A Dnames.h43 #define HASH_SIZE 4099 macro
H A Dnames-cache.c209 for (h=0; h<HASH_SIZE; h++) in pci_id_cache_flush()