Searched refs:run_idx (Results 1 – 2 of 2) sorted by relevance
/Linux-v5.15/tools/perf/ |
D | builtin-stat.c | 779 static int __run_perf_stat(int argc, const char **argv, int run_idx) in __run_perf_stat() argument 999 stat_config.walltime_run[run_idx] = t1 - t0; in __run_perf_stat() 1035 static int run_perf_stat(int argc, const char **argv, int run_idx) in run_perf_stat() argument 1048 ret = __run_perf_stat(argc, argv, run_idx); in run_perf_stat() 2224 int status = -EINVAL, run_idx, err; in cmd_stat() local 2536 for (run_idx = 0; forever || run_idx < stat_config.run_count; run_idx++) { in cmd_stat() 2539 run_idx + 1); in cmd_stat() 2541 if (run_idx != 0) in cmd_stat() 2544 status = run_perf_stat(argc, argv, run_idx); in cmd_stat()
|
/Linux-v5.15/fs/ntfs3/ |
D | fsntfs.c | 1473 size_t run_idx; in ntfs_bio_pages() local 1487 if (!run_lookup_entry(run, vcn, &lcn, &clen, &run_idx)) { in ntfs_bio_pages() 1541 if (!run_get_entry(run, ++run_idx, &vcn, &lcn, &clen) || in ntfs_bio_pages() 1574 size_t run_idx; in ntfs_bio_fill_1() local 1589 if (!run_lookup_entry(run, 0, &lcn, &clen, &run_idx)) { in ntfs_bio_fill_1() 1627 } while (run_get_entry(run, ++run_idx, NULL, &lcn, &clen)); in ntfs_bio_fill_1()
|