Home
last modified time | relevance | path

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

/freebsd-13.1/sys/vm/
H A Duma_int.h257 struct uma_cache_bucket { struct
264 typedef struct uma_cache_bucket * uma_cache_bucket_t; argument
271 struct uma_cache_bucket uc_freebucket; /* Bucket we're freeing to */
272 struct uma_cache_bucket uc_allocbucket; /* Bucket to allocate from */
273 struct uma_cache_bucket uc_crossbucket; /* cross domain bucket */
H A Duma_core.c982 struct uma_cache_bucket b3; in cache_bucket_swap()