Searched refs:MINALLOCSIZE (Results 1 – 2 of 2) sorted by relevance
55 #define MINALLOCSIZE 4 macro
951 newsize = roundup((unit + 1), MINALLOCSIZE / sizeof(device_t)); in devclass_alloc_unit()