Home
last modified time | relevance | path

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

/linux-6.3-rc2/tools/perf/
A Dbuiltin-stat.c741 static int __run_perf_stat(int argc, const char **argv, int run_idx) in __run_perf_stat() argument
962 stat_config.walltime_run[run_idx] = t1 - t0; in __run_perf_stat()
998 static int run_perf_stat(int argc, const char **argv, int run_idx) in run_perf_stat() argument
1011 ret = __run_perf_stat(argc, argv, run_idx); in run_perf_stat()
2300 int status = -EINVAL, run_idx, err; in cmd_stat() local
2638 for (run_idx = 0; forever || run_idx < stat_config.run_count; run_idx++) { in cmd_stat()
2641 run_idx + 1); in cmd_stat()
2643 if (run_idx != 0) in cmd_stat()
2646 status = run_perf_stat(argc, argv, run_idx); in cmd_stat()
/linux-6.3-rc2/fs/ntfs3/
A Dfsntfs.c1488 size_t run_idx; in ntfs_bio_pages() local
1502 if (!run_lookup_entry(run, vcn, &lcn, &clen, &run_idx)) { in ntfs_bio_pages()
1550 if (!run_get_entry(run, ++run_idx, &vcn, &lcn, &clen) || in ntfs_bio_pages()
1583 size_t run_idx; in ntfs_bio_fill_1() local
1598 if (!run_lookup_entry(run, 0, &lcn, &clen, &run_idx)) { in ntfs_bio_fill_1()
1630 } while (run_get_entry(run, ++run_idx, NULL, &lcn, &clen)); in ntfs_bio_fill_1()

Completed in 11 milliseconds