Searched refs:overrun (Results 1 – 6 of 6) sorted by relevance
696 int overrun; in SYSCALL_DEFINE1() local703 overrun = timr->it_overrun_last; in SYSCALL_DEFINE1()706 return overrun; in SYSCALL_DEFINE1()
429 static int do_sched_rt_period_timer(struct rt_bandwidth *rt_b, int overrun) in do_sched_rt_period_timer() argument451 rt_rq->rt_time -= min(rt_rq->rt_time, overrun*runtime); in do_sched_rt_period_timer()
181 static int do_sched_rt_period_timer(struct rt_bandwidth *rt_b, int overrun);188 int overrun; in sched_rt_period_timer() local193 overrun = hrtimer_forward(timer, now, rt_b->rt_period); in sched_rt_period_timer()195 if (!overrun) in sched_rt_period_timer()198 idle = do_sched_rt_period_timer(rt_b, overrun); in sched_rt_period_timer()
26 { TRACER_OPT(funcgraph-overrun, TRACE_GRAPH_PRINT_OVERRUN) },526 trace->overrun); in print_graph_return()
265 unsigned long overrun; member790 cpu_buffer->overrun++; in rb_update_overflow()1553 return cpu_buffer->overrun; in ring_buffer_overrun_cpu()1596 overruns += cpu_buffer->overrun; in ring_buffer_overruns()2175 cpu_buffer->overrun = 0; in rb_reset_cpu()
204 unsigned long overrun; member