Searched refs:db_hash_next (Results 1 – 3 of 3) sorted by relevance
179 struct dmu_buf_impl *db_hash_next; member
139 for (db = h->hash_table[idx]; db != NULL; db = db->db_hash_next) { in dbuf_find()190 for (dbf = h->hash_table[idx]; dbf != NULL; dbf = dbf->db_hash_next) { in dbuf_hash_insert()202 db->db_hash_next = h->hash_table[idx]; in dbuf_hash_insert()233 dbp = &dbf->db_hash_next; in dbuf_hash_remove()236 *dbp = db->db_hash_next; in dbuf_hash_remove()237 db->db_hash_next = NULL; in dbuf_hash_remove()2012 ASSERT(db->db_hash_next == NULL); in dbuf_destroy()
544 dbp = (uintptr_t)db.db_hash_next; in dbuf_stats()