Home
last modified time | relevance | path

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

/kernel/time/
Dtime.c143 struct timespec adjust; in warp_clock() local
146 adjust.tv_sec = sys_tz.tz_minuteswest * 60; in warp_clock()
147 adjust.tv_nsec = 0; in warp_clock()
148 timekeeping_inject_offset(&adjust); in warp_clock()
Dntp.c491 struct timespec adjust = timespec64_to_timespec(now); in sync_cmos_clock() local
495 adjust.tv_sec -= (sys_tz.tz_minuteswest * 60); in sync_cmos_clock()
497 fail = update_persistent_clock(adjust); in sync_cmos_clock()
501 fail = rtc_set_ntp_time(adjust); in sync_cmos_clock()
DKconfig51 # Automatically adjust the min. reprogramming time for
/kernel/debug/kdb/
Dkdb_main.c2040 int adjust = 0; in kdb_dmesg() local
2055 adjust = simple_strtoul(argv[2], &cp, 0); in kdb_dmesg()
2056 if (*cp || adjust < 0) in kdb_dmesg()
2057 adjust = 0; in kdb_dmesg()
2073 if (adjust >= n) in kdb_dmesg()
2076 else if (adjust - lines >= n) in kdb_dmesg()
2078 "lines printed\n", n, n - adjust); in kdb_dmesg()
2079 skip = adjust; in kdb_dmesg()
2082 skip = n - lines - adjust; in kdb_dmesg()
2084 if (adjust >= n) { in kdb_dmesg()
/kernel/gcov/
DKconfig57 In such a case use this option to adjust the format used in the kernel