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 nbd: %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 pq=%d/%d qp=%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 d=%lu w=%lu tf=%lu wd1=%lu wd2=%lu n=%lu sc=%lu dt=%lu dl=%lu dx=%lu\n", in show_rcuexp()
218 static void print_one_rcu_node_boost(struct seq_file *m, struct rcu_node *rnp) in print_one_rcu_node_boost() argument
220 seq_printf(m, "%d:%d tasks=%c%c%c%c kt=%c ntb=%lu neb=%lu nnb=%lu ", in print_one_rcu_node_boost()
229 seq_printf(m, "j=%04x bt=%04x\n", in print_one_rcu_node_boost()
232 seq_printf(m, " balk: nt=%lu egt=%lu bt=%lu nb=%lu ny=%lu nos=%lu\n", in print_one_rcu_node_boost()
241 static int show_rcu_node_boost(struct seq_file *m, void *unused) in show_rcu_node_boost() argument
246 print_one_rcu_node_boost(m, rnp); in show_rcu_node_boost()
265 static void print_one_rcu_state(struct seq_file *m, struct rcu_state *rsp) in print_one_rcu_state() argument
272 seq_printf(m, "c=%ld g=%ld s=%d jfq=%ld j=%x ", in print_one_rcu_state()
277 seq_printf(m, "nfqs=%lu/nfqsng=%lu(%lu) fqlh=%lu oqlen=%ld/%ld\n", in print_one_rcu_state()
283 seq_puts(m, "\n"); in print_one_rcu_state()
286 seq_printf(m, "%lx/%lx->%lx %c%c>%c %d:%d ^%d ", in print_one_rcu_state()
293 seq_puts(m, "\n"); in print_one_rcu_state()
296 static int show_rcuhier(struct seq_file *m, void *v) in show_rcuhier() argument
298 struct rcu_state *rsp = (struct rcu_state *)m->private; in show_rcuhier()
299 print_one_rcu_state(m, rsp); in show_rcuhier()
316 static void show_one_rcugp(struct seq_file *m, struct rcu_state *rsp) in show_one_rcugp() argument
334 seq_printf(m, "completed=%ld gpnum=%ld age=%ld max=%ld\n", in show_one_rcugp()
338 static int show_rcugp(struct seq_file *m, void *v) in show_rcugp() argument
340 struct rcu_state *rsp = (struct rcu_state *)m->private; in show_rcugp()
341 show_one_rcugp(m, rsp); in show_rcugp()
358 static void print_one_rcu_pending(struct seq_file *m, struct rcu_data *rdp) in print_one_rcu_pending() argument
362 seq_printf(m, "%3d%cnp=%ld ", in print_one_rcu_pending()
366 seq_printf(m, "qsp=%ld rpq=%ld cbr=%ld cng=%ld ", in print_one_rcu_pending()
371 seq_printf(m, "gpc=%ld gps=%ld nn=%ld ndw%ld\n", in print_one_rcu_pending()
378 static int show_rcu_pending(struct seq_file *m, void *v) in show_rcu_pending() argument
380 print_one_rcu_pending(m, (struct rcu_data *)v); in show_rcu_pending()
404 static int show_rcutorture(struct seq_file *m, void *unused) in show_rcutorture() argument
406 seq_printf(m, "rcutorture test sequence: %lu %s\n", in show_rcutorture()
409 seq_printf(m, "rcutorture update version number: %lu\n", in show_rcutorture()