Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/include/sys/
H A Ddbuf.h89 DB_DBUF_CACHE, enumerator
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Ddbuf.c660 return (zfs_refcount_count(&dbuf_caches[DB_DBUF_CACHE].size) > in dbuf_cache_above_lowater()
670 int idx = multilist_get_random_index(dbuf_caches[DB_DBUF_CACHE].cache); in dbuf_evict_one()
672 dbuf_caches[DB_DBUF_CACHE].cache, idx); in dbuf_evict_one()
688 &dbuf_caches[DB_DBUF_CACHE].size, db->db.db_size, db); in dbuf_evict_one()
693 ASSERT3U(db->db_caching_status, ==, DB_DBUF_CACHE); in dbuf_evict_one()
776 zfs_refcount_count(&dbuf_caches[DB_DBUF_CACHE].size); in dbuf_kstat_update()
2756 ASSERT(db->db_caching_status == DB_DBUF_CACHE || in dbuf_destroy()
3466 ASSERT(db->db_caching_status == DB_DBUF_CACHE || in dbuf_hold_impl()
3708 DB_DBUF_METADATA_CACHE : DB_DBUF_CACHE; in dbuf_rele_and_unlock()
3733 if (dcs == DB_DBUF_CACHE && !evicting) in dbuf_rele_and_unlock()