Lines Matching defs:task_delay_info
21 struct task_delay_info { struct
22 raw_spinlock_t lock;
23 unsigned int flags; /* Private per-task flags */
40 u64 blkio_start; /* Shared by blkio, swapin */
41 u64 blkio_delay; /* wait for sync block io completion */
42 u64 swapin_delay; /* wait for swapin block io completion */
43 u32 blkio_count; /* total count of the number of sync block */
45 u32 swapin_count; /* total count of the number of swapin block */
48 u64 freepages_start;
49 u64 freepages_delay; /* wait for memory reclaim */
51 u64 thrashing_start;
52 u64 thrashing_delay; /* wait for thrashing page */
54 u32 freepages_count; /* total count of memory reclaim */
55 u32 thrashing_count; /* total count of thrash waits */