Home
last modified time | relevance | path

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

/netbsd-src/external/cddl/osnet/dist/uts/common/fs/zfs/
H A Ddbuf.c84 static refcount_t dbuf_cache_size; variable
438 return (refcount_count(&dbuf_cache_size) > in dbuf_cache_above_hiwater()
448 return (refcount_count(&dbuf_cache_size) > in dbuf_cache_above_lowater()
482 (void) refcount_remove_many(&dbuf_cache_size, in dbuf_evict_one()
564 if (refcount_count(&dbuf_cache_size) > dbuf_cache_max_bytes) { in dbuf_evict_notify()
568 if (refcount_count(&dbuf_cache_size) > dbuf_cache_max_bytes) { in dbuf_evict_notify()
629 refcount_create(&dbuf_cache_size); in dbuf_init()
663 refcount_destroy(&dbuf_cache_size); in dbuf_fini()
2067 (void) refcount_remove_many(&dbuf_cache_size, in dbuf_destroy()
2597 (void) refcount_remove_many(&dbuf_cache_size, in dbuf_hold_impl()
[all …]