Home
last modified time | relevance | path

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

/kernel/sched/
Dloadavg.c78 long calc_load_fold_active(struct rq *this_rq, long adjust) in calc_load_fold_active() argument
82 nr_active = this_rq->nr_running - adjust; in calc_load_fold_active()
Dsched.h118 extern long calc_load_fold_active(struct rq *this_rq, long adjust);
/kernel/debug/kdb/
Dkdb_main.c2087 int adjust = 0; in kdb_dmesg() local
2102 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()
/kernel/time/
Dtimekeeping.c1434 struct timespec64 adjust; in timekeeping_warp_clock() local
1437 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()
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()