sys/vm/uma_core.c
1001
cache_bucket_load_free(uma_cache_t cache, uma_bucket_t b)
sys/vm/uma_core.c
1009
cache_bucket_load_cross(uma_cache_t cache, uma_bucket_t b)
sys/vm/uma_core.c
1047
cache_fetch_bucket(uma_zone_t zone, uma_cache_t cache, int domain)
sys/vm/uma_core.c
1390
uma_cache_t cache;
sys/vm/uma_core.c
1441
uma_cache_t cache;
sys/vm/uma_core.c
330
static bool cache_alloc(uma_zone_t, uma_cache_t, void *, int);
sys/vm/uma_core.c
331
static bool cache_free(uma_zone_t, uma_cache_t, void *, int);
sys/vm/uma_core.c
3669
cache_alloc_item(uma_zone_t zone, uma_cache_t cache, uma_cache_bucket_t bucket,
sys/vm/uma_core.c
3683
cache_alloc_retry(uma_zone_t zone, uma_cache_t cache, void *udata, int flags)
sys/vm/uma_core.c
3712
uma_cache_t cache;
sys/vm/uma_core.c
3739
uma_cache_t cache;
sys/vm/uma_core.c
3784
cache_alloc(uma_zone_t zone, uma_cache_t cache, void *udata, int flags)
sys/vm/uma_core.c
4456
uma_cache_t cache;
sys/vm/uma_core.c
4510
uma_cache_t cache;
sys/vm/uma_core.c
4733
cache_free(uma_zone_t zone, uma_cache_t cache, void *udata, int itemdomain)
sys/vm/uma_core.c
5458
uma_cache_t cache;
sys/vm/uma_core.c
5515
uma_cache_t cache;
sys/vm/uma_core.c
906
cache_bucket_pop(uma_cache_t cache, uma_cache_bucket_t bucket)
sys/vm/uma_core.c
925
cache_bucket_push(uma_cache_t cache, uma_cache_bucket_t bucket, void *item)
sys/vm/uma_core.c
957
cache_bucket_unload_alloc(uma_cache_t cache)
sys/vm/uma_core.c
964
cache_bucket_unload_free(uma_cache_t cache)
sys/vm/uma_core.c
971
cache_bucket_unload_cross(uma_cache_t cache)
sys/vm/uma_core.c
994
cache_bucket_load_alloc(uma_cache_t cache, uma_bucket_t b)
sys/vm/uma_int.h
286
cache_set_uz_flags(uma_cache_t cache, uint32_t flags)
sys/vm/uma_int.h
293
cache_set_uz_size(uma_cache_t cache, uint32_t size)
sys/vm/uma_int.h
300
cache_uz_flags(uma_cache_t cache)
sys/vm/uma_int.h
307
cache_uz_size(uma_cache_t cache)