Home
last modified time | relevance | path

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

/linux-6.14.4/include/linux/
Ddelayacct.h13 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 */
[all …]