Searched refs:db_hash_next (Results 1 – 3 of 3) sorted by relevance
141 for (db = h->hash_table[dsh->idx]; db != NULL; db = db->db_hash_next) { in dbuf_stats_hash_table_data()
334 for (db = h->hash_table[idx]; db != NULL; db = db->db_hash_next) { in dbuf_find()389 dbf = dbf->db_hash_next, i++) { in dbuf_hash_insert()409 db->db_hash_next = h->hash_table[idx]; in dbuf_hash_insert()477 dbp = &dbf->db_hash_next; in dbuf_hash_remove()480 *dbp = db->db_hash_next; in dbuf_hash_remove()481 db->db_hash_next = NULL; in dbuf_hash_remove()483 h->hash_table[idx]->db_hash_next == NULL) in dbuf_hash_remove()2826 ASSERT(db->db_hash_next == NULL); in dbuf_destroy()
228 struct dmu_buf_impl *db_hash_next; member