Home
last modified time | relevance | path

Searched refs:k_clock (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/kernel/time/
H A Dposix-timers.h4 struct k_clock { struct
33 extern const struct k_clock clock_posix_cpu; argument
34 extern const struct k_clock clock_posix_dynamic;
35 extern const struct k_clock clock_process;
36 extern const struct k_clock clock_thread;
37 extern const struct k_clock alarm_clock;
H A Dposix-timers.c52 static const struct k_clock * const posix_clocks[];
639 const struct k_clock *kc = timr->kclock; in common_timer_get()
698 const struct k_clock *kc; in do_timer_gettime()
864 const struct k_clock *kc = timr->kclock; in common_timer_set()
904 const struct k_clock *kc; in do_timer_settime()
987 const struct k_clock *kc = timer->kclock; in common_timer_del()
998 const struct k_clock *kc = timer->kclock; in timer_delete_hook()
1429 static const struct k_clock clock_realtime = {
1448 static const struct k_clock clock_monotonic = {
1480 static const struct k_clock clock_tai = {
[all …]
H A Dposix-clock.c312 const struct k_clock clock_posix_dynamic = {
H A Dposix-cpu-timers.c1668 const struct k_clock clock_posix_cpu = {
1681 const struct k_clock clock_process = {
1688 const struct k_clock clock_thread = {
H A Dalarmtimer.c887 const struct k_clock alarm_clock = {
/openbmc/linux/include/linux/
H A Dposix-timers.h227 const struct k_clock *kclock;