Searched refs:do_io_accounting (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/fs/proc/ |
H A D | base.c | 3159 static int do_io_accounting(struct task_struct *task, struct seq_file *m, int whole) in do_io_accounting() function 3208 return do_io_accounting(task, m, 0); in proc_tid_io_accounting() 3214 return do_io_accounting(task, m, 1); in proc_tgid_io_accounting()
|
/kernel/linux/linux-6.6/fs/proc/ |
H A D | base.c | 3155 static int do_io_accounting(struct task_struct *task, struct seq_file *m, int whole) in do_io_accounting() function 3204 return do_io_accounting(task, m, 0); in proc_tid_io_accounting() 3210 return do_io_accounting(task, m, 1); in proc_tgid_io_accounting()
|
Completed in 11 milliseconds