Home
last modified time | relevance | path

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

/freebsd/sys/vm/
H A Duma_int.h276 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 Duma_core.c330 static bool cache_alloc(uma_zone_t, uma_cache_t, void *, int);
331 static bool cache_free(uma_zone_t, uma_cache_t, void *, int);
906 cache_bucket_pop(uma_cache_t cache, uma_cache_bucket_t bucket) in cache_bucket_pop()
925 cache_bucket_push(uma_cache_t cache, uma_cache_bucket_t bucket, void *item) in cache_bucket_push()
957 cache_bucket_unload_alloc(uma_cache_t cache) in cache_bucket_unload_alloc()
964 cache_bucket_unload_free(uma_cache_t cache) in cache_bucket_unload_free()
971 cache_bucket_unload_cross(uma_cache_t cache) in cache_bucket_unload_cross()
994 cache_bucket_load_alloc(uma_cache_t cache, uma_bucket_t b) in cache_bucket_load_alloc()
1001 cache_bucket_load_free(uma_cache_t cache, uma_bucket_t b) in cache_bucket_load_free()
1009 cache_bucket_load_cross(uma_cache_t cache, uma_bucket_t b) in cache_bucket_load_cross()
[all …]