Searched refs:dcache_valid (Results 1 – 1 of 1) sorted by relevance
80 static bool *dcache_valid; /* is the cached block valid? */ variable120 if (dcache_valid[i]) in dcache_print_statistics()157 if (dcache_valid != NULL) in dcache_release()158 free(dcache_valid); in dcache_release()163 dcache_valid = NULL; in dcache_release()175 || (dcache_valid = (bool *) malloc(sizeof(bool) * n)) == NULL) in dcache_alloc_all()218 dcache_valid = NULL; in dcache_init()267 if (!dcache_valid[target] || dcache_blk[target] == blk) in dcache_find()288 dcache_valid[entry] = true; in dcache_io_read()332 if (dcache_valid[entry] && dcache_blk[entry] == blk) { in dcache_update_rw()[all …]