Home
last modified time | relevance | path

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

/Linux-v5.15/tools/testing/selftests/timers/
D.gitignore6 leap-a-day
DMakefile11 skew_consistency clocksource-switch freq-step leap-a-day \
/Linux-v5.15/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.c2049 int leap; in accumulate_nsecs_to_secs() local
2064 leap = second_overflow(tk->xtime_sec); in accumulate_nsecs_to_secs()
2065 if (unlikely(leap)) { in accumulate_nsecs_to_secs()
2068 tk->xtime_sec += leap; in accumulate_nsecs_to_secs()
2070 ts.tv_sec = leap; in accumulate_nsecs_to_secs()
2075 __timekeeping_set_tai_offset(tk, tk->tai_offset - leap); in accumulate_nsecs_to_secs()
/Linux-v5.15/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.15/drivers/char/xillybus/
Dxillyusb.c1443 s32 diff, leap; in xillyusb_read() local
1484 leap = (checkpoint - chan->in_current_checkpoint) << sh; in xillyusb_read()
1499 (leap > (fifo->size >> 3) || in xillyusb_read()
1500 (checkpoint_for_complete && leap > 0))) { in xillyusb_read()
/Linux-v5.15/Documentation/filesystems/
Dqnx6.rst191 When finished with writing (a sync write is completed, the maximum sync leap
/Linux-v5.15/Documentation/driver-api/
Dioctl.rst107 or forwards due to leap second adjustments and clock_settime() calls.
/Linux-v5.15/tools/perf/util/intel-pt-decoder/
Dintel-pt-decoder.c139 bool leap; member
317 decoder->leap = params->quick >= 2; in intel_pt_decoder_new()
2669 if (decoder->leap && !decoder->in_psb && decoder->packet.type != INTEL_PT_PSB) { in intel_pt_hop_trace()
/Linux-v5.15/drivers/ptp/
Dptp_ocp.c80 u32 leap; member