Home
last modified time | relevance | path

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

/linux-6.15/kernel/time/
H A Dposix-timers.h10 struct k_clock { struct
39 extern const struct k_clock clock_posix_cpu; argument
40 extern const struct k_clock clock_posix_dynamic;
41 extern const struct k_clock clock_process;
42 extern const struct k_clock clock_thread;
43 extern const struct k_clock alarm_clock;
H A Dposix-timers.c57 static const struct k_clock * const posix_clocks[];
59 static const struct k_clock clock_realtime, clock_monotonic;
694 const struct k_clock *kc = timr->kclock; in common_timer_get()
896 const struct k_clock *kc = timr->kclock; in common_timer_set()
1010 const struct k_clock *kc = timer->kclock; in common_timer_del()
1440 static const struct k_clock clock_realtime = {
1459 static const struct k_clock clock_monotonic = {
1476 static const struct k_clock clock_monotonic_raw = {
1481 static const struct k_clock clock_realtime_coarse = {
1491 static const struct k_clock clock_tai = {
[all …]
H A Dposix-cpu-timers.c1637 const struct k_clock clock_posix_cpu = {
1650 const struct k_clock clock_process = {
1657 const struct k_clock clock_thread = {
H A Dposix-clock.c313 const struct k_clock clock_posix_dynamic = {
H A Dalarmtimer.c833 const struct k_clock alarm_clock = {
/linux-6.15/include/linux/
H A Dposix-timers.h190 const struct k_clock *kclock;