Home
last modified time | relevance | path

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

/freebsd/sys/vm/
H A Duma_core.c907 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()
942 cache_bucket_unload(uma_cache_bucket_t bucket) in cache_bucket_unload()
982 cache_bucket_load(uma_cache_bucket_t bucket, uma_bucket_t b) in cache_bucket_load()
1021 cache_bucket_copy(uma_cache_bucket_t b1, uma_cache_bucket_t b2) in cache_bucket_copy()
1033 cache_bucket_swap(uma_cache_bucket_t b1, uma_cache_bucket_t b2) in cache_bucket_swap()
3674 cache_alloc_item(uma_zone_t zone, uma_cache_t cache, uma_cache_bucket_t bucket, in cache_alloc_item()
3690 uma_cache_bucket_t bucket; in cache_alloc_retry()
3716 uma_cache_bucket_t bucket; in uma_zalloc_smr()
3743 uma_cache_bucket_t bucket; in uma_zalloc_arg()
[all …]
H A Duma_int.h262 typedef struct uma_cache_bucket * uma_cache_bucket_t; typedef