Home
last modified time | relevance | path

Searched refs:uma_cache_bucket (Results 1 – 3 of 3) sorted by relevance

/f-stack/tools/compat/include/vm/
H A Duma_int.h262 struct uma_cache_bucket { struct
269 typedef struct uma_cache_bucket * uma_cache_bucket_t; argument
276 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 */
/f-stack/freebsd/vm/
H A Duma_int.h259 struct uma_cache_bucket { struct
266 typedef struct uma_cache_bucket * uma_cache_bucket_t; argument
273 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 */
H A Duma_core.c871 struct uma_cache_bucket b3; in cache_bucket_swap()