Home
last modified time | relevance | path

Searched refs:clock_set (Results 1 – 5 of 5) sorted by relevance

/linux/kernel/time/
H A Dtimekeeping.c2237 unsigned int clock_set = 0; in accumulate_nsecs_to_secs() local
2268 clock_set = TK_CLOCK_WAS_SET; in accumulate_nsecs_to_secs()
2271 return clock_set; in accumulate_nsecs_to_secs()
2284 u32 shift, unsigned int *clock_set) in logarithmic_accumulation() argument
2299 *clock_set |= accumulate_nsecs_to_secs(tk); in logarithmic_accumulation()
2325 unsigned int clock_set = 0; in __timekeeping_advance() local
2355 offset = logarithmic_accumulation(tk, offset, shift, &clock_set); in __timekeeping_advance()
2367 clock_set |= accumulate_nsecs_to_secs(tk); in __timekeeping_advance()
2377 timekeeping_update_from_shadow(tkd, clock_set); in __timekeeping_advance()
2379 return !!clock_set; in __timekeeping_advance()
[all …]
H A Dposix-timers.h13 int (*clock_set)(const clockid_t which_clock, member
H A Dposix-timers.c1121 if (!kc || !kc->clock_set) in SYSCALL_DEFINE2()
1131 return kc->clock_set(which_clock, &new_tp); in SYSCALL_DEFINE2()
1280 if (!kc || !kc->clock_set) in SYSCALL_DEFINE2()
1286 return kc->clock_set(which_clock, &ts); in SYSCALL_DEFINE2()
1435 .clock_set = posix_clock_realtime_set,
H A Dposix-clock.c315 .clock_set = pc_clock_settime,
/linux/drivers/gpu/drm/i915/display/
H A Dintel_display_types.h1102 bool clock_set; member