Searched refs:perout_phase (Results 1 – 1 of 1) sorted by relevance
183 int64_t perout_phase = -1; in main() local207 perout_phase = atoll(optarg); in main()411 if (perout_phase >= 0 && perout < 0) { in main()431 if (perout_phase >= 0) { in main()433 perout_request.phase.sec = perout_phase / NSEC_PER_SEC; in main()434 perout_request.phase.nsec = perout_phase % NSEC_PER_SEC; in main()