Lines Matching refs:duration_usec
681 long duration_usec; in test_cpucg_max() local
686 duration_usec = duration_seconds * USEC_PER_SEC * 1000 / hz; in test_cpucg_max()
703 .tv_sec = duration_usec / USEC_PER_SEC, in test_cpucg_max()
704 .tv_nsec = duration_usec % USEC_PER_SEC * NSEC_PER_USEC, in test_cpucg_max()
719 n_periods = duration_usec / default_period_usec; in test_cpucg_max()
720 remainder_usec = duration_usec - n_periods * default_period_usec; in test_cpucg_max()
748 long duration_usec; in test_cpucg_max_nested() local
753 duration_usec = duration_seconds * USEC_PER_SEC * 1000 / hz; in test_cpucg_max_nested()
777 .tv_sec = duration_usec / USEC_PER_SEC, in test_cpucg_max_nested()
778 .tv_nsec = duration_usec % USEC_PER_SEC * NSEC_PER_USEC, in test_cpucg_max_nested()
793 n_periods = duration_usec / default_period_usec; in test_cpucg_max_nested()
794 remainder_usec = duration_usec - n_periods * default_period_usec; in test_cpucg_max_nested()