Searched refs:after_max (Results 1 – 2 of 2) sorted by relevance
| /linux/include/trace/events/ |
| H A D | sched_ext.h | 52 __u32 after_min, __u32 after_max), 55 before_min, before_max, after_min, after_max), 65 __field( __u32, after_max ) 76 __entry->after_max = after_max; 83 __entry->before_max, __entry->after_max
|
| /linux/kernel/sched/ |
| H A D | ext.c | 3912 u32 after_min = U32_MAX, after_max = 0; in bypass_lb_node() local 3967 after_max = max(nr, after_max); in bypass_lb_node() 3972 before_min, before_max, after_min, after_max); in bypass_lb_node()
|