Home
last modified time | relevance | path

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

/linux/kernel/sched/
H A Ddebug.c964 P(nr_switches); in print_cpu()
1166 unsigned long nr_switches; in proc_sched_show_task() local
1181 nr_switches = p->nvcsw + p->nivcsw; in proc_sched_show_task()
1218 if (nr_switches) in proc_sched_show_task()
1219 avg_atom = div64_ul(avg_atom, nr_switches); in proc_sched_show_task()
1239 __P(nr_switches); in proc_sched_show_task()
H A Dcore.c5421 return cpu_rq(cpu)->nr_switches; in nr_context_switches_cpu()
5430 sum += cpu_rq(i)->nr_switches; in nr_context_switches()
6727 rq->nr_switches++; in __schedule()