Lines Matching defs:m
91 static inline void task_name(struct seq_file *m, struct task_struct *p) in task_name()
134 static inline void task_state(struct seq_file *m, struct pid_namespace *ns, in task_state()
212 void render_sigset_t(struct seq_file *m, const char *header, in render_sigset_t()
249 static inline void task_sig(struct seq_file *m, struct task_struct *p) in task_sig()
287 static void render_cap_t(struct seq_file *m, const char *header, in render_cap_t()
300 static inline void task_cap(struct seq_file *m, struct task_struct *p) in task_cap()
319 static inline void task_seccomp(struct seq_file *m, struct task_struct *p) in task_seccomp()
326 static inline void task_context_switch_counts(struct seq_file *m, in task_context_switch_counts()
335 static void task_cpus_allowed(struct seq_file *m, struct task_struct *task) in task_cpus_allowed()
343 int proc_pid_status(struct seq_file *m, struct pid_namespace *ns, in proc_pid_status()
364 static int do_task_stat(struct seq_file *m, struct pid_namespace *ns, in do_task_stat()
544 int proc_tid_stat(struct seq_file *m, struct pid_namespace *ns, in proc_tid_stat()
550 int proc_tgid_stat(struct seq_file *m, struct pid_namespace *ns, in proc_tgid_stat()
556 int proc_pid_statm(struct seq_file *m, struct pid_namespace *ns, in proc_pid_statm()
682 struct seq_file *m; in children_seq_open() local