Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Ddelayacct.h31 struct task_delay_info { struct
32 raw_spinlock_t lock;
33 unsigned int flags; /* Private per-task flags */
50 u64 blkio_start; /* Shared by blkio, swapin */
51 u64 blkio_delay; /* wait for sync block io completion */
52 u64 swapin_delay; /* wait for swapin block io completion */
53 u32 blkio_count; /* total count of the number of sync block */
55 u32 swapin_count; /* total count of the number of swapin block */
58 u64 freepages_start;
59 u64 freepages_delay; /* wait for memory reclaim */
[all …]