Searched refs:overrun (Results 1 - 3 of 3) sorted by relevance
/device/soc/rockchip/common/sdk_linux/kernel/sched/ |
H A D | rt.c | 16 static int do_sched_rt_period_timer(struct rt_bandwidth *rt_b, int overrun); 32 int overrun; in sched_rt_period_timer() local 36 overrun = hrtimer_forward_now(timer, rt_b->rt_period); in sched_rt_period_timer() 37 if (!overrun) { in sched_rt_period_timer() 42 idle = do_sched_rt_period_timer(rt_b, overrun); in sched_rt_period_timer() 893 static int do_sched_rt_period_timer(struct rt_bandwidth *rt_b, int overrun) in do_sched_rt_period_timer() argument 942 rt_rq->rt_time -= min(rt_rq->rt_time, overrun * runtime); in do_sched_rt_period_timer()
|
H A D | fair.c | 5201 static int do_sched_cfs_period_timer(struct cfs_bandwidth *cfs_b, int overrun, unsigned long flags) in do_sched_cfs_period_timer() argument 5211 cfs_b->nr_periods += overrun; in do_sched_cfs_period_timer() 5230 cfs_b->nr_throttled += overrun; in do_sched_cfs_period_timer() 5463 int overrun; in sched_cfs_period_timer() local 5469 overrun = hrtimer_forward_now(timer, cfs_b->period); in sched_cfs_period_timer() 5470 if (!overrun) { in sched_cfs_period_timer() 5474 idle = do_sched_cfs_period_timer(cfs_b, overrun, flags); in sched_cfs_period_timer()
|
/device/soc/rockchip/common/sdk_linux/drivers/tty/serial/8250/ |
H A D | 8250_port.c | 1810 port->icount.overrun++;
in serial8250_read_char()
|
Completed in 23 milliseconds