hc
2024-05-10 23fa18eaa71266feff7ba8d83022d9e1cc83c65a
kernel/include/linux/sched/stat.h
....@@ -8,7 +8,7 @@
88 * Various counters maintained by the scheduler and fork(),
99 * exposed via /proc, sys.c or used by drivers via these APIs.
1010 *
11
- * ( Note that all these values are aquired without locking,
11
+ * ( Note that all these values are acquired without locking,
1212 * so they can only be relied on in narrow circumstances. )
1313 */
1414
....@@ -20,7 +20,6 @@
2020 extern bool single_task_running(void);
2121 extern unsigned long nr_iowait(void);
2222 extern unsigned long nr_iowait_cpu(int cpu);
23
-extern void get_iowait_load(unsigned long *nr_waiters, unsigned long *load);
2423
2524 static inline int sched_info_on(void)
2625 {