Home
last modified time | relevance | path

Searched defs:task_delay_info (Results 1 – 1 of 1) sorted by relevance

/linux-3.3/include/linux/
Dsched.h751 struct task_delay_info { struct
752 spinlock_t lock;
753 unsigned int flags; /* Private per-task flags */
770 struct timespec blkio_start, blkio_end; /* Shared by blkio, swapin */
771 u64 blkio_delay; /* wait for sync block io completion */
772 u64 swapin_delay; /* wait for swapin block io completion */
773 u32 blkio_count; /* total count of the number of sync block */
775 u32 swapin_count; /* total count of the number of swapin block */
778 struct timespec freepages_start, freepages_end;
779 u64 freepages_delay; /* wait for memory reclaim */
[all …]