Home
last modified time | relevance | path

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

/freebsd/sys/vm/
H A Duma_int.h268 struct uma_cache { struct
269 struct uma_cache_bucket uc_freebucket; /* Bucket we're freeing to */ argument
270 struct uma_cache_bucket uc_allocbucket; /* Bucket to allocate from */ argument
271 struct uma_cache_bucket uc_crossbucket; /* cross domain bucket */ argument
276 typedef struct uma_cache * uma_cache_t; argument