Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Ddbuf.c502 return (zfs_refcount_count(&dbuf_caches[DB_DBUF_CACHE].size) > in dbuf_cache_above_hiwater()
512 return (zfs_refcount_count(&dbuf_caches[DB_DBUF_CACHE].size) > in dbuf_cache_above_lowater()
522 int idx = multilist_get_random_index(dbuf_caches[DB_DBUF_CACHE].cache); in dbuf_evict_one()
524 dbuf_caches[DB_DBUF_CACHE].cache, idx); in dbuf_evict_one()
540 &dbuf_caches[DB_DBUF_CACHE].size, in dbuf_evict_one()
542 ASSERT3U(db->db_caching_status, ==, DB_DBUF_CACHE); in dbuf_evict_one()
606 if (zfs_refcount_count(&dbuf_caches[DB_DBUF_CACHE].size) > in dbuf_evict_notify()
2338 ASSERT(db->db_caching_status == DB_DBUF_CACHE || in dbuf_destroy()
2999 ASSERT(db->db_caching_status == DB_DBUF_CACHE || in dbuf_hold_impl()
3232 DB_DBUF_METADATA_CACHE : DB_DBUF_CACHE; in dbuf_rele_and_unlock()
[all …]
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Ddbuf.h89 DB_DBUF_CACHE, enumerator