Searched refs:bad_count (Results 1 – 6 of 6) sorted by relevance
/linux-6.3-rc2/arch/powerpc/platforms/powernv/ |
A D | setup.c | 169 int bad_count = 0; in pnv_check_guarded_cores() local 173 bad_count++; in pnv_check_guarded_cores() 176 if (bad_count) { in pnv_check_guarded_cores() 182 pr_cont(" |_| | you have %*d |\n", 3, bad_count); in pnv_check_guarded_cores()
|
/linux-6.3-rc2/drivers/clk/bcm/ |
A D | clk-kona-setup.c | 534 u32 bad_count = 0; in parent_process() local 550 bad_count++; in parent_process() 552 parent_count = orig_count - bad_count; in parent_process()
|
/linux-6.3-rc2/tools/perf/util/ |
A D | stat-display.c | 581 const char *bad_count = evsel->supported ? CNTR_NOT_COUNTED : CNTR_NOT_SUPPORTED; in print_counter_value_std() local 591 fprintf(output, "%*s ", COUNTS_LEN, bad_count); in print_counter_value_std() 606 const char *bad_count = evsel->supported ? CNTR_NOT_COUNTED : CNTR_NOT_SUPPORTED; in print_counter_value_csv() local 611 fprintf(output, "%s%s", bad_count, sep); in print_counter_value_csv() 623 const char *bad_count = evsel->supported ? CNTR_NOT_COUNTED : CNTR_NOT_SUPPORTED; in print_counter_value_json() local 628 fprintf(output, "\"counter-value\" : \"%s\", ", bad_count); in print_counter_value_json()
|
/linux-6.3-rc2/fs/jffs2/ |
A D | nodelist.h | 280 int bad_count; member
|
A D | wbuf.c | 1138 if( ++jeb->bad_count < MAX_ERASE_FAILURES) in jffs2_write_nand_badblock()
|
/linux-6.3-rc2/mm/ |
A D | slab.c | 1447 int bad_count = 0; in dump_line() local 1453 bad_count++; in dump_line() 1459 if (bad_count == 1) { in dump_line()
|
Completed in 19 milliseconds