Searched refs:last_cache (Results 1 – 1 of 1) sorted by relevance
142 static DCACHE *last_cache; /* Used by info dcache. */ variable228 if (last_cache == dcache) in dcache_free()229 last_cache = NULL; in dcache_free()471 last_cache = dcache; in dcache_init()567 if (!last_cache) in dcache_print_line()573 n = splay_tree_min (last_cache->tree); in dcache_print_line()579 n = splay_tree_successor (last_cache->tree, n->key); in dcache_print_line()593 for (j = 0; j < last_cache->line_size; j++) in dcache_print_line()598 if ((j % 16 == 15) && (j != last_cache->line_size - 1)) in dcache_print_line()627 last_cache ? (unsigned) last_cache->line_size in dcache_info()[all …]