Searched refs:nr_misfit (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/kernel/sched/ |
H A 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()
|
H A 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()
|
H A D | sched.h | 3148 int nr_misfit; member
|
/kernel/linux/linux-6.6/kernel/sched/ |
H A 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()
|
H A 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()
|
H A D | sched.h | 3980 int nr_misfit; member
|
/kernel/linux/linux-5.10/include/trace/events/ |
H A 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; 724 TP_printk("cpu=%d nr=%d nr_misfit=%d nr_max=%d", 725 __entry->cpu, __entry->nr, __entry->nr_misfit, __entry->nr_max)
|
/kernel/linux/linux-6.6/include/trace/events/ |
H A D | sched.h | 791 TP_PROTO(int cpu, int nr, int nr_misfit, int nr_max), 793 TP_ARGS(cpu, nr, nr_misfit, nr_max), 798 __field(int, nr_misfit) 805 __entry->nr_misfit = nr_misfit; 809 TP_printk("cpu=%d nr=%d nr_misfit=%d nr_max=%d", 810 __entry->cpu, __entry->nr, __entry->nr_misfit, __entry->nr_max)
|
Completed in 22 milliseconds