diff options
| author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2026-01-11 15:26:20 +0100 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2026-01-11 15:26:20 +0100 |
| commit | e30930a6ddb3217f89dee4fd07c3f7532454c359 (patch) | |
| tree | 94590165c2166ccd38cccdbd32c458f77f338be9 /include/linux | |
| parent | 196bb196e4d419b9a730ef154014a85505be130b (diff) | |
| parent | dc554c8fb361f13580da3f5a98ad8b494a788666 (diff) | |
Merge v6.18.5
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/sched/topology.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/sched/topology.h b/include/linux/sched/topology.h index bbcfdf12aa6e..45c0022b91ce 100644 --- a/include/linux/sched/topology.h +++ b/include/linux/sched/topology.h @@ -92,6 +92,9 @@ struct sched_domain { unsigned int nr_balance_failed; /* initialise to 0 */ /* idle_balance() stats */ + unsigned int newidle_call; + unsigned int newidle_success; + unsigned int newidle_ratio; u64 max_newidle_lb_cost; unsigned long last_decay_max_lb_cost; |
