Searched refs:BUCKET_SIZE (Results 1 – 2 of 2) sorted by relevance
43 if (!buck || buck->full + size > BUCKET_SIZE) in id_alloc()45 buck = pci_malloc(a, BUCKET_SIZE); in id_alloc()
42 #define BUCKET_SIZE 8192 macro