OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ktime
(Results
1 - 4
of
4
) sorted by null
/external/iproute2/tc/
tc_core.h
20
unsigned tc_core_ktime2time(unsigned
ktime
);
tc_core.c
55
unsigned int tc_core_ktime2time(unsigned int
ktime
)
57
return
ktime
/ clock_factor;
/external/autotest/client/site_tests/kernel_Ktime/
kernel_Ktime.py
15
Test to ensure that
ktime
and the RTC clock are consistent.
29
# the RTC and
ktime
.
35
# Maximum skew between
ktime
readings when aligning RTC and
ktime
77
Get the current
ktime
.
79
@returns: the current
ktime
(float)
82
# Writing a delay of 0 will return info including the current
ktime
.
96
Get the rtc and estimated
ktime
and max potential error.
98
Returns the RTC and a best guess of the
ktime
when the RTC actually
102
RTC ticked in the range of [
ktime
- max_error, ktime + max_error
[
all
...]
/external/icu/icu4c/source/tools/tzcode/
zic.c
2488
register zic_t jtime,
ktime
;
local
[
all
...]
Completed in 775 milliseconds