Searched defs:uma_cache (Results 1 – 1 of 1) sorted by relevance
268 struct uma_cache { struct269 struct uma_cache_bucket uc_freebucket; /* Bucket we're freeing to */ argument270 struct uma_cache_bucket uc_allocbucket; /* Bucket to allocate from */ argument271 struct uma_cache_bucket uc_crossbucket; /* cross domain bucket */ argument276 typedef struct uma_cache * uma_cache_t; argument