Home
last modified time | relevance | path

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

/f-stack/tools/compat/include/vm/
H A Duma_int.h275 struct uma_cache { struct
283 typedef struct uma_cache * uma_cache_t; argument
507 struct uma_cache uz_cpu[]; /* Per cpu caches */
/f-stack/freebsd/vm/
H A Duma_int.h272 struct uma_cache { struct
280 typedef struct uma_cache * uma_cache_t; argument
508 struct uma_cache uz_cpu[]; /* Per cpu caches */
H A Duma_core.c2905 (sizeof(struct uma_cache) * (mp_maxid + 1)) + in uma_startup1()
/f-stack/tools/libmemstat/
H A Dmemstat_uma.c325 struct uma_cache *ucp, *ucp_array; in memstat_kvm_uma()
373 ucp_array = malloc(sizeof(struct uma_cache) * (mp_maxid + 1)); in memstat_kvm_uma()
397 sizeof(struct uma_cache) * (mp_maxid + 1), in memstat_kvm_uma()