Home
last modified time | relevance | path

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

/dragonfly/sys/vfs/hammer/
H A Dhammer_transaction.c196 if (hmp->objid_cache_count < OBJID_CACHE_SIZE) { in hammer_alloc_objid()
207 ++hmp->objid_cache_count; in hammer_alloc_objid()
226 --hmp->objid_cache_count; in hammer_alloc_objid()
253 --hmp->objid_cache_count; in hammer_alloc_objid()
315 --hmp->objid_cache_count; in hammer_destroy_objid_cache()
317 KKASSERT(hmp->objid_cache_count == 0); in hammer_destroy_objid_cache()
H A Dhammer.h840 int objid_cache_count; member