This commit was manufactured by cvs2svn to create tag
[linux-2.6.git] / include / linux / taskdelays.h
1 #ifndef _LINUX_TASKDELAYS_H
2 #define _LINUX_TASKDELAYS_H
3
4 #include <linux/config.h>
5 #include <linux/types.h>
6
7 struct task_delay_info {
8 #ifdef CONFIG_DELAY_ACCT
9         /* delay statistics in usecs */
10         uint64_t waitcpu_total;
11         uint64_t runcpu_total;
12         uint64_t iowait_total;
13         uint64_t mem_iowait_total;
14         uint32_t runs;
15         uint32_t num_iowaits;
16         uint32_t num_memwaits;
17 #endif
18 };
19
20 #endif                          // _LINUX_TASKDELAYS_H