Home
last modified time | relevance | path

Searched refs:cached_list (Results 1 - 3 of 3) sorted by relevance

/kernel/linux/linux-6.6/tools/perf/arch/x86/util/
H A Dpmu.c27 static bool cached_list; variable
143 if (cached_list) in pmu_find_real_name()
147 cached_list = true; in pmu_find_real_name()
165 if (cached_list) in pmu_find_alias_name()
169 cached_list = true; in pmu_find_alias_name()
/kernel/linux/linux-5.10/drivers/md/
H A Draid5-cache.c1616 struct list_head cached_list; member
2253 &ctx->cached_list); in r5c_recovery_flush_log()
2265 r5c_recovery_drop_stripes(&ctx->cached_list, ctx); in r5c_recovery_flush_log()
2270 r5c_recovery_replay_stripes(&ctx->cached_list, ctx); in r5c_recovery_flush_log()
2273 list_for_each_entry(sh, &ctx->cached_list, lru) { in r5c_recovery_flush_log()
2367 WARN_ON(list_empty(&ctx->cached_list)); in r5c_recovery_rewrite_data_only_stripes()
2369 list_for_each_entry(sh, &ctx->cached_list, lru) { in r5c_recovery_rewrite_data_only_stripes()
2442 list_for_each_entry_safe(sh, next, &ctx->cached_list, lru) { in r5c_recovery_flush_data_only_stripes()
2471 INIT_LIST_HEAD(&ctx->cached_list); in r5l_recovery_log()
/kernel/linux/linux-6.6/drivers/md/
H A Draid5-cache.c1612 struct list_head cached_list; member
2247 &ctx->cached_list); in r5c_recovery_flush_log()
2259 r5c_recovery_drop_stripes(&ctx->cached_list, ctx); in r5c_recovery_flush_log()
2264 r5c_recovery_replay_stripes(&ctx->cached_list, ctx); in r5c_recovery_flush_log()
2267 list_for_each_entry(sh, &ctx->cached_list, lru) { in r5c_recovery_flush_log()
2361 WARN_ON(list_empty(&ctx->cached_list)); in r5c_recovery_rewrite_data_only_stripes()
2363 list_for_each_entry(sh, &ctx->cached_list, lru) { in r5c_recovery_rewrite_data_only_stripes()
2436 list_for_each_entry_safe(sh, next, &ctx->cached_list, lru) { in r5c_recovery_flush_data_only_stripes()
2465 INIT_LIST_HEAD(&ctx->cached_list); in r5l_recovery_log()

Completed in 9 milliseconds