Lines Matching defs:task_delay_info
874 struct task_delay_info { struct
875 spinlock_t lock;
876 unsigned int flags; /* Private per-task flags */
893 u64 blkio_start; /* Shared by blkio, swapin */
894 u64 blkio_delay; /* wait for sync block io completion */
895 u64 swapin_delay; /* wait for swapin block io completion */
896 u32 blkio_count; /* total count of the number of sync block */
898 u32 swapin_count; /* total count of the number of swapin block */
901 u64 freepages_start;
902 u64 freepages_delay; /* wait for memory reclaim */
903 u32 freepages_count; /* total count of memory reclaim */