Lines Matching defs:task_delay_info
13 struct task_delay_info { struct
14 raw_spinlock_t lock;
31 u64 blkio_start;
32 u64 blkio_delay_max;
33 u64 blkio_delay_min;
34 u64 blkio_delay; /* wait for sync block io completion */
35 u64 swapin_start;
36 u64 swapin_delay_max;
37 u64 swapin_delay_min;
38 u64 swapin_delay; /* wait for swapin */
39 u32 blkio_count; /* total count of the number of sync block */
41 u32 swapin_count; /* total count of swapin */
43 u64 freepages_start;
44 u64 freepages_delay_max;
45 u64 freepages_delay_min;
46 u64 freepages_delay; /* wait for memory reclaim */
48 u64 thrashing_start;
49 u64 thrashing_delay_max;
50 u64 thrashing_delay_min;
51 u64 thrashing_delay; /* wait for thrashing page */
53 u64 compact_start;
54 u64 compact_delay_max;
55 u64 compact_delay_min;
56 u64 compact_delay; /* wait for memory compact */
58 u64 wpcopy_start;
59 u64 wpcopy_delay_max;
60 u64 wpcopy_delay_min;
61 u64 wpcopy_delay; /* wait for write-protect copy */
63 u64 irq_delay_max;
64 u64 irq_delay_min;
65 u64 irq_delay; /* wait for IRQ/SOFTIRQ */
67 u32 freepages_count; /* total count of memory reclaim */
68 u32 thrashing_count; /* total count of thrash waits */
69 u32 compact_count; /* total count of memory compact */
70 u32 wpcopy_count; /* total count of write-protect copy */
71 u32 irq_count; /* total count of IRQ/SOFTIRQ */