Searched refs:uma_cache_bucket (Results 1 – 3 of 3) sorted by relevance
262 struct uma_cache_bucket { struct269 typedef struct uma_cache_bucket * uma_cache_bucket_t; argument276 struct uma_cache_bucket uc_freebucket; /* Bucket we're freeing to */277 struct uma_cache_bucket uc_allocbucket; /* Bucket to allocate from */278 struct uma_cache_bucket uc_crossbucket; /* cross domain bucket */
259 struct uma_cache_bucket { struct266 typedef struct uma_cache_bucket * uma_cache_bucket_t; argument273 struct uma_cache_bucket uc_freebucket; /* Bucket we're freeing to */274 struct uma_cache_bucket uc_allocbucket; /* Bucket to allocate from */275 struct uma_cache_bucket uc_crossbucket; /* cross domain bucket */
871 struct uma_cache_bucket b3; in cache_bucket_swap()