Home
last modified time | relevance | path

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

/pciutils/lib/
H A Dnames-hash.c43 if (!buck || buck->full + size > BUCKET_SIZE) in id_alloc()
45 buck = pci_malloc(a, BUCKET_SIZE); in id_alloc()
H A Dnames.h42 #define BUCKET_SIZE 8192 macro