Searched refs:nanos_to_abs (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/tools/tests/xnu_quick_test/
H A Dsched_tests.c27 nanos_to_abs(uint64_t ns, uint32_t numer, uint32_t denom) function
44 pol.period = nanos_to_abs(1000000000, mti.numer, mti.denom);
45 pol.constraint = nanos_to_abs(100000000, mti.numer, mti.denom);
46 pol.computation = nanos_to_abs(10000000, mti.numer, mti.denom);
/darwin-on-arm/xnu/tools/tests/zero-to-n/
H A Dzero-to-n.c102 nanos_to_abs(uint64_t ns) function
162 pol.constraint = nanos_to_abs(CONSTRAINT_NANOS);
163 pol.computation = nanos_to_abs(COMPUTATION_NANOS);
442 g_spinlength_abs = nanos_to_abs(COMPUTATION_NANOS) / 2;

Completed in 21 milliseconds