Searched refs:nr_misfit (Results 1 – 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/kernel/sched/ |
D | sched_avg.c | 75 stats[cpu].nr_misfit = (int)div64_u64((tmp_misfit + in sched_get_nr_running_avg() 80 stats[cpu].nr_misfit, stats[cpu].nr_max); in sched_get_nr_running_avg()
|
D | core_ctl.c | 345 prev_misfit_need += nr_stats[cpu].nr_misfit; in compute_prev_cluster_misfit_need() 370 nr_big += nr_stats[cpu].nr_misfit; in cluster_real_big_tasks()
|
D | sched.h | 3083 int nr_misfit; member
|
/kernel/linux/linux-5.10/include/trace/events/ |
D | sched.h | 706 TP_PROTO(int cpu, int nr, int nr_misfit, int nr_max), 708 TP_ARGS(cpu, nr, nr_misfit, nr_max), 713 __field(int, nr_misfit) 720 __entry->nr_misfit = nr_misfit; 725 __entry->cpu, __entry->nr, __entry->nr_misfit, __entry->nr_max)
|