diff options
author | Linux Build Service Account <lnxbuild@localhost> | 2018-03-07 09:16:38 -0800 |
---|---|---|
committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2018-03-07 09:16:38 -0800 |
commit | 5f0137e535cbc8f5731a04e47c482b97a55a1fb0 (patch) | |
tree | e7bc23065aa614c0a3e7b46a7880ee6d739f7f94 /include/linux/sched.h | |
parent | bbfcd05a319db36471692fab4fbcbc4f6f68ca69 (diff) | |
parent | 3c443961073c821ab50bc1ded0558dd7bf6aeac6 (diff) |
Merge "sched: add sched_get_cpu_last_busy_time() API"
Diffstat (limited to 'include/linux/sched.h')
-rw-r--r-- | include/linux/sched.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/sched.h b/include/linux/sched.h index 06e21858bebf..fcfed59cedc4 100644 --- a/include/linux/sched.h +++ b/include/linux/sched.h @@ -182,6 +182,7 @@ extern void sched_update_nr_prod(int cpu, long delta, bool inc); extern void sched_get_nr_running_avg(int *avg, int *iowait_avg, int *big_avg, unsigned int *max_nr, unsigned int *big_max_nr); +extern u64 sched_get_cpu_last_busy_time(int cpu); extern void calc_global_load(unsigned long ticks); |