Home
last modified time | relevance | path

Searched refs:nr_switches (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/kernel/sched/
H A Ddebug.c789 P(nr_switches); in print_cpu()
992 unsigned long nr_switches; in proc_sched_show_task() local
1007 nr_switches = p->nvcsw + p->nivcsw; in proc_sched_show_task()
1044 if (nr_switches) in proc_sched_show_task()
1045 avg_atom = div64_ul(avg_atom, nr_switches); in proc_sched_show_task()
1065 __P(nr_switches); in proc_sched_show_task()
H A Dsched.h989 u64 nr_switches; member
H A Dcore.c5424 return cpu_rq(cpu)->nr_switches; in nr_context_switches_cpu()
5433 sum += cpu_rq(i)->nr_switches; in nr_context_switches()
6670 rq->nr_switches++; in __schedule()