Home
last modified time | relevance | path

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

/freebsd/sys/vm/
H A Duma_int.h255 struct uma_cache_bucket { struct
262 typedef struct uma_cache_bucket * uma_cache_bucket_t; argument
269 struct uma_cache_bucket uc_freebucket; /* Bucket we're freeing to */
270 struct uma_cache_bucket uc_allocbucket; /* Bucket to allocate from */
271 struct uma_cache_bucket uc_crossbucket; /* cross domain bucket */
H A Duma_core.c1035 struct uma_cache_bucket b3; in cache_bucket_swap()