Searched refs:run_idx (Results 1 – 2 of 2) sorted by relevance
| /linux/tools/perf/ |
| H A D | builtin-stat.c | 775 static int __run_perf_stat(int argc, const char **argv, int run_idx) in __run_perf_stat() 1014 stat_config.walltime_run[run_idx] = t1 - t0; in __run_perf_stat() 1063 static int run_perf_stat(int argc, const char **argv, int run_idx) in run_perf_stat() 1076 ret = __run_perf_stat(argc, argv, run_idx); in run_perf_stat() 2633 int status = -EINVAL, run_idx, err; in cmd_stat() 3022 for (run_idx = 0; forever || run_idx < stat_config.run_count; run_idx++) { in cmd_stat() 3025 run_idx + 1); in cmd_stat() 3027 if (run_idx ! in cmd_stat() 773 __run_perf_stat(int argc,const char ** argv,int run_idx) __run_perf_stat() argument 1060 run_perf_stat(int argc,const char ** argv,int run_idx) run_perf_stat() argument 2583 int status = -EINVAL, run_idx, err; cmd_stat() local [all...] |
| /linux/fs/ntfs3/ |
| H A D | fsntfs.c | 1613 size_t run_idx; in ntfs_bio_fill_1() local 1628 if (!run_lookup_entry(run, 0, &lcn, &clen, &run_idx)) { in ntfs_bio_fill_1() 1660 } while (run_get_entry(run, ++run_idx, NULL, &lcn, &clen)); in ntfs_bio_fill_1()
|