Searched refs:ktime (Results 1 - 4 of 4) sorted by relevance

/external/iproute2/tc/
H A Dtc_core.h20 unsigned tc_core_ktime2time(unsigned ktime);
H A Dtc_core.c54 unsigned tc_core_ktime2time(unsigned ktime) argument
56 return ktime / clock_factor;
/external/autotest/client/site_tests/kernel_Ktime/
H A Dkernel_Ktime.py15 Test to ensure that ktime and the RTC clock are consistent.
27 # the RTC and ktime.
33 # Maximum skew between ktime readings when aligning RTC and ktime
75 Get the current ktime.
77 @returns: the current ktime (float)
80 # Writing a delay of 0 will return info including the current ktime.
94 Get the rtc and estimated ktime and max potential error.
96 Returns the RTC and a best guess of the ktime when the RTC actually
100 RTC ticked in the range of [ktime
[all...]
/external/icu/icu4c/source/tools/tzcode/
H A Dzic.c2488 register zic_t jtime, ktime; local
2491 INITIALIZE(ktime);
2525 if (k < 0 || jtime < ktime) {
2527 ktime = jtime;
2534 if (useuntil && ktime >= untiltime)
2537 if (usestart && ktime == starttime)
2540 if (ktime < starttime) {
2594 addtt(ktime, type);

Completed in 130 milliseconds