Lines Matching defs:m
56 struct seq_file *m = (struct seq_file *)file->private_data; in r_open() local
62 static void *r_start(struct seq_file *m, loff_t *pos) in r_start()
71 static void *r_next(struct seq_file *m, void *v, loff_t *pos) in r_next()
77 static void r_stop(struct seq_file *m, void *v) in r_stop()
81 static int show_rcubarrier(struct seq_file *m, void *v) in show_rcubarrier()
114 static void print_one_rcu_data(struct seq_file *m, struct rcu_data *rdp) in print_one_rcu_data()
158 static int show_rcudata(struct seq_file *m, void *v) in show_rcudata()
184 static int show_rcuexp(struct seq_file *m, void *v) in show_rcuexp()
215 static void print_one_rcu_node_boost(struct seq_file *m, struct rcu_node *rnp) in print_one_rcu_node_boost()
238 static int show_rcu_node_boost(struct seq_file *m, void *unused) in show_rcu_node_boost()
262 static void print_one_rcu_state(struct seq_file *m, struct rcu_state *rsp) in print_one_rcu_state()
293 static int show_rcuhier(struct seq_file *m, void *v) in show_rcuhier()
313 static void show_one_rcugp(struct seq_file *m, struct rcu_state *rsp) in show_one_rcugp()
335 static int show_rcugp(struct seq_file *m, void *v) in show_rcugp()
355 static void print_one_rcu_pending(struct seq_file *m, struct rcu_data *rdp) in print_one_rcu_pending()
375 static int show_rcu_pending(struct seq_file *m, void *v) in show_rcu_pending()
401 static int show_rcutorture(struct seq_file *m, void *unused) in show_rcutorture()