VMAP_MAX_ALLOC
#define VMAP_BBMAP_BITS_MIN (VMAP_MAX_ALLOC*2)
BUG_ON(size > PAGE_SIZE*VMAP_MAX_ALLOC);
if (likely(count <= VMAP_MAX_ALLOC)) {