Lines Matching defs:m
93 static inline void task_name(struct seq_file *m, struct task_struct *p) in task_name()
157 static inline void task_state(struct seq_file *m, struct pid_namespace *ns, in task_state()
233 void render_sigset_t(struct seq_file *m, const char *header, in render_sigset_t()
270 static inline void task_sig(struct seq_file *m, struct task_struct *p) in task_sig()
309 static void render_cap_t(struct seq_file *m, const char *header, in render_cap_t()
322 static inline void task_cap(struct seq_file *m, struct task_struct *p) in task_cap()
344 static inline void task_seccomp(struct seq_file *m, struct task_struct *p) in task_seccomp()
352 static inline void task_context_switch_counts(struct seq_file *m, in task_context_switch_counts()
360 static void task_cpus_allowed(struct seq_file *m, struct task_struct *task) in task_cpus_allowed()
368 int proc_pid_status(struct seq_file *m, struct pid_namespace *ns, in proc_pid_status()
389 static int do_task_stat(struct seq_file *m, struct pid_namespace *ns, in do_task_stat()
581 int proc_tid_stat(struct seq_file *m, struct pid_namespace *ns, in proc_tid_stat()
587 int proc_tgid_stat(struct seq_file *m, struct pid_namespace *ns, in proc_tgid_stat()
593 int proc_pid_statm(struct seq_file *m, struct pid_namespace *ns, in proc_pid_statm()
719 struct seq_file *m; in children_seq_open() local