Home
last modified time | relevance | path

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

/f-stack/tools/compat/include/vm/
H A Duma_int.h265 int16_t ucb_entries; member
/f-stack/freebsd/vm/
H A Duma_int.h262 int16_t ucb_entries; member
H A Duma_core.c784 MPASS(b->ub_entries == bucket->ucb_entries); in cache_bucket_unload()
787 bucket->ucb_entries = bucket->ucb_cnt = 0; in cache_bucket_unload()
827 bucket->ucb_entries = b->ub_entries; in cache_bucket_load()
861 b1->ucb_entries = b2->ucb_entries; in cache_bucket_copy()
4168 if (__predict_true(bucket->ucb_cnt < bucket->ucb_entries)) { in uma_zfree_smr()
4257 if (bucket->ucb_cnt == bucket->ucb_entries && in uma_zfree_arg()
4259 cache->uc_freebucket.ucb_entries) in uma_zfree_arg()
4262 if (__predict_true(bucket->ucb_cnt < bucket->ucb_entries)) { in uma_zfree_arg()