Searched refs:adjust (Results 1 – 6 of 6) sorted by relevance
78 long calc_load_fold_active(struct rq *this_rq, long adjust) in calc_load_fold_active() argument82 nr_active = this_rq->nr_running - adjust; in calc_load_fold_active()
118 extern long calc_load_fold_active(struct rq *this_rq, long adjust);
2087 int adjust = 0; in kdb_dmesg() local2102 adjust = simple_strtoul(argv[2], &cp, 0); in kdb_dmesg()2103 if (*cp || adjust < 0) in kdb_dmesg()2104 adjust = 0; in kdb_dmesg()2120 if (adjust >= n) in kdb_dmesg()2123 else if (adjust - lines >= n) in kdb_dmesg()2125 "lines printed\n", n, n - adjust); in kdb_dmesg()2126 skip = adjust; in kdb_dmesg()2129 skip = n - lines - adjust; in kdb_dmesg()2131 if (adjust >= n) { in kdb_dmesg()
1434 struct timespec64 adjust; in timekeeping_warp_clock() local1437 adjust.tv_sec = sys_tz.tz_minuteswest * 60; in timekeeping_warp_clock()1438 adjust.tv_nsec = 0; in timekeeping_warp_clock()1439 timekeeping_inject_offset(&adjust); in timekeeping_warp_clock()
42 # Automatically adjust the min. reprogramming time for
1457 ktime_t __hrtimer_get_remaining(const struct hrtimer *timer, bool adjust) in __hrtimer_get_remaining() argument1463 if (IS_ENABLED(CONFIG_TIME_LOW_RES) && adjust) in __hrtimer_get_remaining()