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.c906 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()
941 cache_bucket_unload(uma_cache_bucket_t bucket) in cache_bucket_unload()
981 cache_bucket_load(uma_cache_bucket_t bucket, uma_bucket_t b) in cache_bucket_load()
1020 cache_bucket_copy(uma_cache_bucket_t b1, uma_cache_bucket_t b2) in cache_bucket_copy()
1032 cache_bucket_swap(uma_cache_bucket_t b1, uma_cache_bucket_t b2) in cache_bucket_swap()
3667 cache_alloc_item(uma_zone_t zone, uma_cache_t cache, uma_cache_bucket_t bucket, in cache_alloc_item()
3683 uma_cache_bucket_t bucket; in cache_alloc_retry()
3709 uma_cache_bucket_t bucket; in uma_zalloc_smr()
3736 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