Home
last modified time | relevance | path

Searched refs:leap (Results 1 – 8 of 8) sorted by relevance

/Linux-v5.10/tools/testing/selftests/timers/
D.gitignore6 leap-a-day
DMakefile11 skew_consistency clocksource-switch freq-step leap-a-day \
/Linux-v5.10/kernel/time/
Dntp.c403 int leap = 0; in second_overflow() local
428 leap = -1; in second_overflow()
439 leap = 1; in second_overflow()
494 return leap; in second_overflow()
Dtimekeeping.c2040 int leap; in accumulate_nsecs_to_secs() local
2055 leap = second_overflow(tk->xtime_sec); in accumulate_nsecs_to_secs()
2056 if (unlikely(leap)) { in accumulate_nsecs_to_secs()
2059 tk->xtime_sec += leap; in accumulate_nsecs_to_secs()
2061 ts.tv_sec = leap; in accumulate_nsecs_to_secs()
2066 __timekeeping_set_tai_offset(tk, tk->tai_offset - leap); in accumulate_nsecs_to_secs()
/Linux-v5.10/Documentation/core-api/
Dtimekeeping.rst39 for internal uses, since it can jump backwards due to a leap
48 reference instead of UTC to avoid jumping on leap second updates.
/Linux-v5.10/tools/perf/util/intel-pt-decoder/
Dintel-pt-decoder.c116 bool leap; member
244 decoder->leap = params->quick >= 2; in intel_pt_decoder_new()
1914 if (decoder->leap && !decoder->in_psb && decoder->packet.type != INTEL_PT_PSB) { in intel_pt_hop_trace()
2695 leap: in intel_pt_sync()
2717 } else if (decoder->leap) { in intel_pt_sync()
2722 goto leap; in intel_pt_sync()
/Linux-v5.10/Documentation/filesystems/
Dqnx6.rst191 When finished with writing (a sync write is completed, the maximum sync leap
/Linux-v5.10/Documentation/driver-api/
Dioctl.rst107 or forwards due to leap second adjustments and clock_settime() calls.