Home
last modified time | relevance | path

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

/linux-6.1.9/tools/perf/arch/x86/util/
Dpmu.c27 static bool cached_list; variable
144 if (cached_list) in pmu_find_real_name()
148 cached_list = true; in pmu_find_real_name()
166 if (cached_list) in pmu_find_alias_name()
170 cached_list = true; in pmu_find_alias_name()
/linux-6.1.9/drivers/md/
Draid5-cache.c1611 struct list_head cached_list; member
2246 &ctx->cached_list); in r5c_recovery_flush_log()
2258 r5c_recovery_drop_stripes(&ctx->cached_list, ctx); in r5c_recovery_flush_log()
2263 r5c_recovery_replay_stripes(&ctx->cached_list, ctx); in r5c_recovery_flush_log()
2266 list_for_each_entry(sh, &ctx->cached_list, lru) { in r5c_recovery_flush_log()
2360 WARN_ON(list_empty(&ctx->cached_list)); in r5c_recovery_rewrite_data_only_stripes()
2362 list_for_each_entry(sh, &ctx->cached_list, lru) { in r5c_recovery_rewrite_data_only_stripes()
2435 list_for_each_entry_safe(sh, next, &ctx->cached_list, lru) { in r5c_recovery_flush_data_only_stripes()
2464 INIT_LIST_HEAD(&ctx->cached_list); in r5l_recovery_log()