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