Lines Matching defs:m
91 static inline void task_name(struct seq_file *m, struct task_struct *p) in task_name()
142 static inline void task_state(struct seq_file *m, struct pid_namespace *ns, in task_state()
220 void render_sigset_t(struct seq_file *m, const char *header, in render_sigset_t()
257 static inline void task_sig(struct seq_file *m, struct task_struct *p) in task_sig()
295 static void render_cap_t(struct seq_file *m, const char *header, in render_cap_t()
308 static inline void task_cap(struct seq_file *m, struct task_struct *p) in task_cap()
330 static inline void task_seccomp(struct seq_file *m, struct task_struct *p) in task_seccomp()
337 static inline void task_context_switch_counts(struct seq_file *m, in task_context_switch_counts()
346 static void task_cpus_allowed(struct seq_file *m, struct task_struct *task) in task_cpus_allowed()
354 int proc_pid_status(struct seq_file *m, struct pid_namespace *ns, in proc_pid_status()
375 static int do_task_stat(struct seq_file *m, struct pid_namespace *ns, in do_task_stat()
555 int proc_tid_stat(struct seq_file *m, struct pid_namespace *ns, in proc_tid_stat()
561 int proc_tgid_stat(struct seq_file *m, struct pid_namespace *ns, in proc_tgid_stat()
567 int proc_pid_statm(struct seq_file *m, struct pid_namespace *ns, in proc_pid_statm()
693 struct seq_file *m; in children_seq_open() local