Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/include/linux/
Ddelayacct.h13 struct task_delay_info { struct
14 raw_spinlock_t lock;
31 u64 blkio_start;
32 u64 blkio_delay; /* wait for sync block io completion */
33 u64 swapin_start;
34 u64 swapin_delay; /* wait for swapin */
35 u32 blkio_count; /* total count of the number of sync block */
37 u32 swapin_count; /* total count of swapin */
39 u64 freepages_start;
40 u64 freepages_delay; /* wait for memory reclaim */
[all …]
/kernel/linux/linux-5.10/include/linux/
Ddelayacct.h21 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 */
[all …]