Searched refs:do_task_stat (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/fs/proc/ |
H A D | array.c | 433 static int do_task_stat(struct seq_file *m, struct pid_namespace *ns, in do_task_stat() function 642 return do_task_stat(m, ns, pid, task, 0); in proc_tid_stat() 648 return do_task_stat(m, ns, pid, task, 1); in proc_tgid_stat()
|
/kernel/linux/linux-6.6/fs/proc/ |
H A D | array.c | 467 static int do_task_stat(struct seq_file *m, struct pid_namespace *ns, in do_task_stat() function 667 return do_task_stat(m, ns, pid, task, 0); in proc_tid_stat() 673 return do_task_stat(m, ns, pid, task, 1); in proc_tgid_stat()
|
Completed in 3 milliseconds