Home
last modified time | relevance | path

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

/openbmc/qemu/contrib/elf2dmp/
H A Dmain.c234 unsigned int merge_cnt = 0, run_idx = 0; in try_merge_runs() local
254 blk->paddr + blk->size - first_merged->paddr, run_idx); in try_merge_runs()
255 PhysicalMemoryBlock->Run[run_idx] = (WinDumpPhyMemRun64) { in try_merge_runs()
261 run_idx++; in try_merge_runs()
/openbmc/linux/tools/perf/
H A Dbuiltin-stat.c689 static int __run_perf_stat(int argc, const char **argv, int run_idx) in __run_perf_stat() argument
927 stat_config.walltime_run[run_idx] = t1 - t0; in __run_perf_stat()
969 static int run_perf_stat(int argc, const char **argv, int run_idx) in run_perf_stat() argument
982 ret = __run_perf_stat(argc, argv, run_idx); in run_perf_stat()
2503 int status = -EINVAL, run_idx, err; in cmd_stat() local
2845 for (run_idx = 0; forever || run_idx < stat_config.run_count; run_idx++) { in cmd_stat()
2848 run_idx + 1); in cmd_stat()
2850 if (run_idx != 0) in cmd_stat()
2853 status = run_perf_stat(argc, argv, run_idx); in cmd_stat()
/openbmc/linux/fs/ntfs3/
H A Dfsntfs.c1510 size_t run_idx; in ntfs_bio_pages() local
1524 if (!run_lookup_entry(run, vcn, &lcn, &clen, &run_idx)) { in ntfs_bio_pages()
1572 if (!run_get_entry(run, ++run_idx, &vcn, &lcn, &clen) || in ntfs_bio_pages()
1605 size_t run_idx; in ntfs_bio_fill_1() local
1620 if (!run_lookup_entry(run, 0, &lcn, &clen, &run_idx)) { in ntfs_bio_fill_1()
1652 } while (run_get_entry(run, ++run_idx, NULL, &lcn, &clen)); in ntfs_bio_fill_1()