Searched refs:adjust (Results 1 – 7 of 7) sorted by relevance
79 long calc_load_fold_active(struct rq *this_rq, long adjust) in calc_load_fold_active() argument83 nr_active = this_rq->nr_running - adjust; in calc_load_fold_active()
103 extern long calc_load_fold_active(struct rq *this_rq, long adjust);
2136 int adjust = 0; in kdb_dmesg() local2151 adjust = simple_strtoul(argv[2], &cp, 0); in kdb_dmesg()2152 if (*cp || adjust < 0) in kdb_dmesg()2153 adjust = 0; in kdb_dmesg()2169 if (adjust >= n) in kdb_dmesg()2172 else if (adjust - lines >= n) in kdb_dmesg()2174 "lines printed\n", n, n - adjust); in kdb_dmesg()2175 skip = adjust; in kdb_dmesg()2178 skip = n - lines - adjust; in kdb_dmesg()2180 if (adjust >= n) { in kdb_dmesg()
1420 struct timespec64 adjust; in timekeeping_warp_clock() local1423 adjust.tv_sec = sys_tz.tz_minuteswest * 60; in timekeeping_warp_clock()1424 adjust.tv_nsec = 0; in timekeeping_warp_clock()1425 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()
181 default, you can adjust this using the rcutree.rcu_idle_gp_delay