Home
last modified time | relevance | path

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

/f-stack/tools/compat/include/vm/
H A Duma_int.h251 int16_t ub_entries; /* Max items. */ member
/f-stack/freebsd/vm/
H A Duma_int.h248 int16_t ub_entries; /* Max items. */ member
H A Duma_core.c499 bucket->ub_entries = min(ubz->ubz_entries, in bucket_alloc()
523 ubz = bucket_zone_lookup(bucket->ub_entries); in bucket_free()
784 MPASS(b->ub_entries == bucket->ucb_entries); in cache_bucket_unload()
827 bucket->ucb_entries = b->ub_entries; in cache_bucket_load()
4029 MIN(maxbucket, bucket->ub_entries), domain, flags); in zone_alloc_bucket()
4343 if (b->ub_cnt == b->ub_entries) { in zone_free_cross()
4439 KASSERT(bucket == NULL || bucket->ub_cnt == bucket->ub_entries, in cache_free()