Lines Matching refs:seq
27 static void *rxrpc_call_seq_start(struct seq_file *seq, loff_t *_pos) in rxrpc_call_seq_start() argument
30 struct rxrpc_net *rxnet = rxrpc_net(seq_file_net(seq)); in rxrpc_call_seq_start()
36 static void *rxrpc_call_seq_next(struct seq_file *seq, void *v, loff_t *pos) in rxrpc_call_seq_next() argument
38 struct rxrpc_net *rxnet = rxrpc_net(seq_file_net(seq)); in rxrpc_call_seq_next()
43 static void rxrpc_call_seq_stop(struct seq_file *seq, void *v) in rxrpc_call_seq_stop() argument
49 static int rxrpc_call_seq_show(struct seq_file *seq, void *v) in rxrpc_call_seq_show() argument
53 struct rxrpc_net *rxnet = rxrpc_net(seq_file_net(seq)); in rxrpc_call_seq_show()
60 seq_puts(seq, in rxrpc_call_seq_show()
85 seq_printf(seq, in rxrpc_call_seq_show()
117 static void *rxrpc_connection_seq_start(struct seq_file *seq, loff_t *_pos) in rxrpc_connection_seq_start() argument
120 struct rxrpc_net *rxnet = rxrpc_net(seq_file_net(seq)); in rxrpc_connection_seq_start()
126 static void *rxrpc_connection_seq_next(struct seq_file *seq, void *v, in rxrpc_connection_seq_next() argument
129 struct rxrpc_net *rxnet = rxrpc_net(seq_file_net(seq)); in rxrpc_connection_seq_next()
134 static void rxrpc_connection_seq_stop(struct seq_file *seq, void *v) in rxrpc_connection_seq_stop() argument
137 struct rxrpc_net *rxnet = rxrpc_net(seq_file_net(seq)); in rxrpc_connection_seq_stop()
142 static int rxrpc_connection_seq_show(struct seq_file *seq, void *v) in rxrpc_connection_seq_show() argument
145 struct rxrpc_net *rxnet = rxrpc_net(seq_file_net(seq)); in rxrpc_connection_seq_show()
150 seq_puts(seq, in rxrpc_connection_seq_show()
172 seq_printf(seq, in rxrpc_connection_seq_show()
204 static int rxrpc_peer_seq_show(struct seq_file *seq, void *v) in rxrpc_peer_seq_show() argument
211 seq_puts(seq, in rxrpc_peer_seq_show()
226 seq_printf(seq, in rxrpc_peer_seq_show()
241 static void *rxrpc_peer_seq_start(struct seq_file *seq, loff_t *_pos) in rxrpc_peer_seq_start() argument
244 struct rxrpc_net *rxnet = rxrpc_net(seq_file_net(seq)); in rxrpc_peer_seq_start()
277 static void *rxrpc_peer_seq_next(struct seq_file *seq, void *v, loff_t *_pos) in rxrpc_peer_seq_next() argument
279 struct rxrpc_net *rxnet = rxrpc_net(seq_file_net(seq)); in rxrpc_peer_seq_next()
313 static void rxrpc_peer_seq_stop(struct seq_file *seq, void *v) in rxrpc_peer_seq_stop() argument
330 static int rxrpc_local_seq_show(struct seq_file *seq, void *v) in rxrpc_local_seq_show() argument
336 seq_puts(seq, in rxrpc_local_seq_show()
346 seq_printf(seq, in rxrpc_local_seq_show()
356 static void *rxrpc_local_seq_start(struct seq_file *seq, loff_t *_pos) in rxrpc_local_seq_start() argument
359 struct rxrpc_net *rxnet = rxrpc_net(seq_file_net(seq)); in rxrpc_local_seq_start()
374 static void *rxrpc_local_seq_next(struct seq_file *seq, void *v, loff_t *_pos) in rxrpc_local_seq_next() argument
376 struct rxrpc_net *rxnet = rxrpc_net(seq_file_net(seq)); in rxrpc_local_seq_next()
384 static void rxrpc_local_seq_stop(struct seq_file *seq, void *v) in rxrpc_local_seq_stop() argument
400 int rxrpc_stats_show(struct seq_file *seq, void *v) in rxrpc_stats_show() argument
402 struct rxrpc_net *rxnet = rxrpc_net(seq_file_single_net(seq)); in rxrpc_stats_show()
404 seq_printf(seq, in rxrpc_stats_show()
409 seq_printf(seq, in rxrpc_stats_show()
415 seq_printf(seq, in rxrpc_stats_show()
420 seq_printf(seq, in rxrpc_stats_show()
425 seq_printf(seq, in rxrpc_stats_show()
436 seq_printf(seq, in rxrpc_stats_show()
447 seq_printf(seq, in rxrpc_stats_show()
453 seq_printf(seq, in rxrpc_stats_show()
459 seq_printf(seq, in rxrpc_stats_show()
463 seq_printf(seq, in rxrpc_stats_show()