Searched defs:uma_cache (Results 1 – 2 of 2) sorted by relevance
275 struct uma_cache { struct276 struct uma_cache_bucket uc_freebucket; /* Bucket we're freeing to */ argument277 struct uma_cache_bucket uc_allocbucket; /* Bucket to allocate from */ argument278 struct uma_cache_bucket uc_crossbucket; /* cross domain bucket */ argument283 typedef struct uma_cache * uma_cache_t; argument
272 struct uma_cache { struct273 struct uma_cache_bucket uc_freebucket; /* Bucket we're freeing to */ argument274 struct uma_cache_bucket uc_allocbucket; /* Bucket to allocate from */ argument275 struct uma_cache_bucket uc_crossbucket; /* cross domain bucket */ argument280 typedef struct uma_cache * uma_cache_t; argument