Home
last modified time | relevance | path

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

/kernel/
Dposix-timers.c696 int overrun; in SYSCALL_DEFINE1() local
703 overrun = timr->it_overrun_last; in SYSCALL_DEFINE1()
706 return overrun; in SYSCALL_DEFINE1()
Dsched_rt.c429 static int do_sched_rt_period_timer(struct rt_bandwidth *rt_b, int overrun) in do_sched_rt_period_timer() argument
451 rt_rq->rt_time -= min(rt_rq->rt_time, overrun*runtime); in do_sched_rt_period_timer()
Dsched.c181 static int do_sched_rt_period_timer(struct rt_bandwidth *rt_b, int overrun);
188 int overrun; in sched_rt_period_timer() local
193 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()
/kernel/trace/
Dtrace_functions_graph.c26 { TRACER_OPT(funcgraph-overrun, TRACE_GRAPH_PRINT_OVERRUN) },
526 trace->overrun); in print_graph_return()
Dring_buffer.c265 unsigned long overrun; member
790 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()
Dtrace.h204 unsigned long overrun; member