Home
last modified time | relevance | path

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

/kernel/time/
Dntp.c535 struct timespec64 adjust, now; in sync_rtc_clock() local
543 adjust = now; in sync_rtc_clock()
545 adjust.tv_sec -= (sys_tz.tz_minuteswest * 60); in sync_rtc_clock()
551 rc = rtc_set_ntp_time(adjust, &target_nsec); in sync_rtc_clock()
569 struct timespec64 adjust; in sync_cmos_clock() local
588 if (rtc_tv_nsec_ok(-1 * target_nsec, &adjust, &now)) { in sync_cmos_clock()
590 adjust.tv_sec -= (sys_tz.tz_minuteswest * 60); in sync_cmos_clock()
591 rc = update_persistent_clock64(adjust); in sync_cmos_clock()
Dtimekeeping.c1338 struct timespec64 adjust; in timekeeping_warp_clock() local
1341 adjust.tv_sec = sys_tz.tz_minuteswest * 60; in timekeeping_warp_clock()
1342 adjust.tv_nsec = 0; in timekeeping_warp_clock()
1343 timekeeping_inject_offset(&adjust); in timekeeping_warp_clock()
DKconfig46 # Automatically adjust the min. reprogramming time for
Dhrtimer.c1356 ktime_t __hrtimer_get_remaining(const struct hrtimer *timer, bool adjust) in __hrtimer_get_remaining() argument
1362 if (IS_ENABLED(CONFIG_TIME_LOW_RES) && adjust) in __hrtimer_get_remaining()
/kernel/sched/
Dloadavg.c80 long calc_load_fold_active(struct rq *this_rq, long adjust) in calc_load_fold_active() argument
84 nr_active = this_rq->nr_running - adjust; in calc_load_fold_active()
Dsched.h97 extern long calc_load_fold_active(struct rq *this_rq, long adjust);
/kernel/debug/kdb/
Dkdb_main.c2155 int adjust = 0; in kdb_dmesg() local
2170 adjust = simple_strtoul(argv[2], &cp, 0); in kdb_dmesg()
2171 if (*cp || adjust < 0) in kdb_dmesg()
2172 adjust = 0; in kdb_dmesg()
2188 if (adjust >= n) in kdb_dmesg()
2191 else if (adjust - lines >= n) in kdb_dmesg()
2193 "lines printed\n", n, n - adjust); in kdb_dmesg()
2194 skip = adjust; in kdb_dmesg()
2197 skip = n - lines - adjust; in kdb_dmesg()
2199 if (adjust >= n) { in kdb_dmesg()
/kernel/gcov/
DKconfig62 In such a case, change this option to adjust the format used in the
/kernel/rcu/
DKconfig152 default, you can adjust this using the rcutree.rcu_idle_gp_delay