Searched refs:uma_cache_t (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/vm/ |
H A D | uma_int.h | 276 typedef struct uma_cache * uma_cache_t; typedef 286 cache_set_uz_flags(uma_cache_t cache, uint32_t flags) in cache_set_uz_flags() 293 cache_set_uz_size(uma_cache_t cache, uint32_t size) in cache_set_uz_size() 300 cache_uz_flags(uma_cache_t cache) in cache_uz_flags() 307 cache_uz_size(uma_cache_t cache) in cache_uz_size()
|
H A D | uma_core.c | 331 static bool cache_alloc(uma_zone_t, uma_cache_t, void *, int); 332 static bool cache_free(uma_zone_t, uma_cache_t, void *, int); 907 cache_bucket_pop(uma_cache_t cache, uma_cache_bucket_t bucket) in cache_bucket_pop() 926 cache_bucket_push(uma_cache_t cache, uma_cache_bucket_t bucket, void *item) in cache_bucket_push() 958 cache_bucket_unload_alloc(uma_cache_t cache) in cache_bucket_unload_alloc() 965 cache_bucket_unload_free(uma_cache_t cache) in cache_bucket_unload_free() 972 cache_bucket_unload_cross(uma_cache_t cache) in cache_bucket_unload_cross() 995 cache_bucket_load_alloc(uma_cache_t cache, uma_bucket_t b) in cache_bucket_load_alloc() 1002 cache_bucket_load_free(uma_cache_t cache, uma_bucket_t b) in cache_bucket_load_free() 1010 cache_bucket_load_cross(uma_cache_t cache, uma_bucket_t b) in cache_bucket_load_cross() [all …]
|