Searched refs:nr_max (Results 1 - 2 of 2) sorted by relevance
/device/soc/rockchip/common/sdk_linux/include/trace/events/ |
H A D | sched.h | 476 TP_PROTO(int cpu, int nr, int nr_misfit, int nr_max),
478 TP_ARGS(cpu, nr, nr_misfit, nr_max),
480 TP_STRUCT__entry(__field(int, cpu) __field(int, nr) __field(int, nr_misfit) __field(int, nr_max)),
483 __entry->nr_max = nr_max;),
485 TP_printk("cpu=%d nr=%d nr_misfit=%d nr_max=%d", __entry->cpu, __entry->nr, __entry->nr_misfit,
486 __entry->nr_max));
|
/device/soc/rockchip/common/sdk_linux/kernel/sched/ |
H A D | sched.h | 3033 int nr_max; member
|
Completed in 6 milliseconds