Home
last modified time | relevance | path

Searched defs:uma_cache (Results 1 – 1 of 1) sorted by relevance

/freebsd-13.1/sys/vm/
H A Duma_int.h270 struct uma_cache { struct
271 struct uma_cache_bucket uc_freebucket; /* Bucket we're freeing to */ argument
272 struct uma_cache_bucket uc_allocbucket; /* Bucket to allocate from */ argument
273 struct uma_cache_bucket uc_crossbucket; /* cross domain bucket */ argument
278 typedef struct uma_cache * uma_cache_t; argument