Searched refs:nr_context_switches_cpu (Results 1 – 3 of 3) sorted by relevance
54 extern unsigned long long nr_context_switches_cpu(int cpu);
6248 cnt = nr_context_switches_cpu(cpu); in trace_user_fault_read()6284 } while (nr_context_switches_cpu(cpu) != cnt); in trace_user_fault_read()
5429 unsigned long long nr_context_switches_cpu(int cpu) in nr_context_switches_cpu() function