Lines Matching refs:m

56 		struct seq_file *m = (struct seq_file *)file->private_data;  in r_open()  local
57 m->private = inode->i_private; in r_open()
62 static void *r_start(struct seq_file *m, loff_t *pos) in r_start() argument
64 struct rcu_state *rsp = (struct rcu_state *)m->private; in r_start()
71 static void *r_next(struct seq_file *m, void *v, loff_t *pos) in r_next() argument
74 return r_start(m, pos); in r_next()
77 static void r_stop(struct seq_file *m, void *v) in r_stop() argument
81 static int show_rcubarrier(struct seq_file *m, void *v) in show_rcubarrier() argument
83 struct rcu_state *rsp = (struct rcu_state *)m->private; in show_rcubarrier()
84 seq_printf(m, "bcc: %d bseq: %lu\n", in show_rcubarrier()
114 static void print_one_rcu_data(struct seq_file *m, struct rcu_data *rdp) in print_one_rcu_data() argument
120 seq_printf(m, "%3d%cc=%ld g=%ld cnq=%d/%d:%d", in print_one_rcu_data()
127 seq_printf(m, " dt=%d/%llx/%d df=%lu", in print_one_rcu_data()
132 seq_printf(m, " of=%lu", rdp->offline_fqs); in print_one_rcu_data()
136 seq_printf(m, " ql=%ld/%ld qs=%c%c%c%c", in print_one_rcu_data()
146 seq_printf(m, " kt=%d/%c ktl=%x", in print_one_rcu_data()
152 seq_printf(m, " b=%ld", rdp->blimit); in print_one_rcu_data()
153 seq_printf(m, " ci=%lu nci=%lu co=%lu ca=%lu\n", in print_one_rcu_data()
158 static int show_rcudata(struct seq_file *m, void *v) in show_rcudata() argument
160 print_one_rcu_data(m, (struct rcu_data *)v); in show_rcudata()
184 static int show_rcuexp(struct seq_file *m, void *v) in show_rcuexp() argument
186 struct rcu_state *rsp = (struct rcu_state *)m->private; in show_rcuexp()
188 seq_printf(m, "s=%lu wd0=%lu wd1=%lu wd2=%lu wd3=%lu n=%lu enq=%d sc=%lu\n", 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() argument
217 seq_printf(m, "%d:%d tasks=%c%c%c%c kt=%c ntb=%lu neb=%lu nnb=%lu ", in print_one_rcu_node_boost()
226 seq_printf(m, "j=%04x bt=%04x\n", in print_one_rcu_node_boost()
229 seq_printf(m, " balk: nt=%lu egt=%lu bt=%lu nb=%lu ny=%lu nos=%lu\n", in print_one_rcu_node_boost()
238 static int show_rcu_node_boost(struct seq_file *m, void *unused) in show_rcu_node_boost() argument
243 print_one_rcu_node_boost(m, rnp); 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() argument
269 seq_printf(m, "c=%ld g=%ld s=%d jfq=%ld j=%x ", in print_one_rcu_state()
274 seq_printf(m, "nfqs=%lu/nfqsng=%lu(%lu) fqlh=%lu oqlen=%ld/%ld\n", in print_one_rcu_state()
280 seq_puts(m, "\n"); in print_one_rcu_state()
283 seq_printf(m, "%lx/%lx->%lx %c%c>%c %d:%d ^%d ", in print_one_rcu_state()
290 seq_puts(m, "\n"); in print_one_rcu_state()
293 static int show_rcuhier(struct seq_file *m, void *v) in show_rcuhier() argument
295 struct rcu_state *rsp = (struct rcu_state *)m->private; in show_rcuhier()
296 print_one_rcu_state(m, rsp); in show_rcuhier()
313 static void show_one_rcugp(struct seq_file *m, struct rcu_state *rsp) in show_one_rcugp() argument
331 seq_printf(m, "completed=%ld gpnum=%ld age=%ld max=%ld\n", in show_one_rcugp()
335 static int show_rcugp(struct seq_file *m, void *v) in show_rcugp() argument
337 struct rcu_state *rsp = (struct rcu_state *)m->private; in show_rcugp()
338 show_one_rcugp(m, rsp); in show_rcugp()
355 static void print_one_rcu_pending(struct seq_file *m, struct rcu_data *rdp) in print_one_rcu_pending() argument
359 seq_printf(m, "%3d%cnp=%ld ", in print_one_rcu_pending()
363 seq_printf(m, "qsp=%ld rpq=%ld cbr=%ld cng=%ld ", in print_one_rcu_pending()
368 seq_printf(m, "gpc=%ld gps=%ld nn=%ld ndw%ld\n", in print_one_rcu_pending()
375 static int show_rcu_pending(struct seq_file *m, void *v) in show_rcu_pending() argument
377 print_one_rcu_pending(m, (struct rcu_data *)v); in show_rcu_pending()
401 static int show_rcutorture(struct seq_file *m, void *unused) in show_rcutorture() argument
403 seq_printf(m, "rcutorture test sequence: %lu %s\n", in show_rcutorture()
406 seq_printf(m, "rcutorture update version number: %lu\n", in show_rcutorture()