Lines Matching defs:seq
85 static void *nst_seq_start(struct seq_file *seq, loff_t *pos) in nst_seq_start()
96 static void *nst_seq_next(struct seq_file *seq, void *v, loff_t *pos) in nst_seq_next()
111 static int nst_seq_show(struct seq_file *seq, void *v) in nst_seq_show()
155 static void nst_seq_stop(struct seq_file *seq, void *v) in nst_seq_stop()
180 struct seq_file *seq = file->private_data; in nst_fop_release() local
236 static void *sc_seq_start(struct seq_file *seq, loff_t *pos) in sc_seq_start()
248 static void *sc_seq_next(struct seq_file *seq, void *v, loff_t *pos) in sc_seq_next()
281 static void sc_show_sock_stats(struct seq_file *seq, in sc_show_sock_stats()
296 static void sc_show_sock_container(struct seq_file *seq, in sc_show_sock_container()
349 static int sc_seq_show(struct seq_file *seq, void *v) in sc_seq_show()
369 static void sc_seq_stop(struct seq_file *seq, void *v) in sc_seq_stop()
405 struct seq_file *seq = file->private_data; in sc_fop_release() local