Lines Matching refs:tidx
170 int tidx; member
892 pthr->tidx); in perf_init_test()
902 pthr->tidx); in perf_init_test()
908 pthr->tidx, in perf_init_test()
946 pthr->tidx, ret); in perf_run_test()
984 pthr->tidx, pthr->copied); in perf_sync_test()
987 pthr->tidx, ktime_to_us(pthr->duration)); in perf_sync_test()
989 dev_dbg(&perf->ntb->dev, "%d: %llu MBytes/s\n", pthr->tidx, in perf_sync_test()
1068 int tidx; in perf_terminate_test() local
1073 for (tidx = 0; tidx < MAX_THREADS_CNT; tidx++) { in perf_terminate_test()
1074 wake_up(&perf->threads[tidx].dma_wait); in perf_terminate_test()
1075 cancel_work_sync(&perf->threads[tidx].work); in perf_terminate_test()
1083 int tidx, ret; in perf_submit_test() local
1095 for (tidx = 0; tidx < MAX_THREADS_CNT; tidx++) { in perf_submit_test()
1096 pthr = &perf->threads[tidx]; in perf_submit_test()
1101 if (tidx < perf->tcnt) in perf_submit_test()
1121 int tidx; in perf_read_stats() local
1129 for (tidx = 0; tidx < MAX_THREADS_CNT; tidx++) { in perf_read_stats()
1130 pthr = &perf->threads[tidx]; in perf_read_stats()
1137 "%d: error status %d\n", tidx, pthr->status); in perf_read_stats()
1143 tidx, pthr->copied, ktime_to_us(pthr->duration), in perf_read_stats()
1155 int tidx; in perf_init_threads() local
1161 for (tidx = 0; tidx < MAX_THREADS_CNT; tidx++) { in perf_init_threads()
1162 pthr = &perf->threads[tidx]; in perf_init_threads()
1165 pthr->tidx = tidx; in perf_init_threads()