Searched refs:duration_usec (Results 1 – 1 of 1) sorted by relevance
681 long duration_usec; in test_cpucg_max() local686 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() local753 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()[all …]