Home
last modified time | relevance | path

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

/linux/kernel/sched/
H A Ddebug.c1068 P(nr_switches); in print_cpu()
1268 unsigned long nr_switches; in proc_sched_show_task() local
1283 nr_switches = p->nvcsw + p->nivcsw; in proc_sched_show_task()
1320 if (nr_switches) in proc_sched_show_task()
1321 avg_atom = div64_ul(avg_atom, nr_switches); in proc_sched_show_task()
1341 __P(nr_switches); in proc_sched_show_task()
H A Dcore.c5431 return cpu_rq(cpu)->nr_switches; in nr_context_switches_cpu()
5440 sum += cpu_rq(i)->nr_switches; in nr_context_switches()
7151 rq->nr_switches++; in __schedule()
H A Dsched.h1163 u64 nr_switches ____cacheline_aligned;