Home
last modified time | relevance | path

Searched refs:ucb_bucket (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/vm/
H A Duma_core.c750 item = bucket->ucb_bucket->ub_bucket[bucket->ucb_cnt]; in cache_bucket_pop()
752 bucket->ucb_bucket->ub_bucket[bucket->ucb_cnt] = NULL; in cache_bucket_pop()
769 bucket->ucb_bucket->ub_bucket[bucket->ucb_cnt] = item; in cache_bucket_push()
782 b = bucket->ucb_bucket; in cache_bucket_unload()
786 bucket->ucb_bucket = NULL; in cache_bucket_unload()
822 MPASS(bucket->ucb_bucket == NULL); in cache_bucket_load()
825 bucket->ucb_bucket = b; in cache_bucket_load()
860 b1->ucb_bucket = b2->ucb_bucket; in cache_bucket_copy()
3550 if (cache->uc_allocbucket.ucb_bucket == NULL && in cache_alloc()
4478 cache->uc_crossbucket.ucb_bucket == NULL) { in cache_free()
[all …]
H A Duma_int.h260 uma_bucket_t ucb_bucket; member
/f-stack/tools/compat/include/vm/
H A Duma_int.h263 uma_bucket_t ucb_bucket; member