uma_cache_bucket
struct uma_cache_bucket b3;
typedef struct uma_cache_bucket * uma_cache_bucket_t;
struct uma_cache_bucket uc_freebucket; /* Bucket we're freeing to */
struct uma_cache_bucket uc_allocbucket; /* Bucket to allocate from */
struct uma_cache_bucket uc_crossbucket; /* cross domain bucket */