Home
last modified time | relevance | path

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

/kernel/sched/
Dloadavg.c79 long calc_load_fold_active(struct rq *this_rq, long adjust) in calc_load_fold_active() argument
83 nr_active = this_rq->nr_running - adjust; in calc_load_fold_active()
Dsched.h103 extern long calc_load_fold_active(struct rq *this_rq, long adjust);
/kernel/debug/kdb/
Dkdb_main.c2136 int adjust = 0; in kdb_dmesg() local
2151 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()
/kernel/time/
Dtimekeeping.c1420 struct timespec64 adjust; in timekeeping_warp_clock() local
1423 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()
DKconfig42 # Automatically adjust the min. reprogramming time for
Dhrtimer.c1457 ktime_t __hrtimer_get_remaining(const struct hrtimer *timer, bool adjust) in __hrtimer_get_remaining() argument
1463 if (IS_ENABLED(CONFIG_TIME_LOW_RES) && adjust) in __hrtimer_get_remaining()
/kernel/rcu/
DKconfig181 default, you can adjust this using the rcutree.rcu_idle_gp_delay