Lines Matching defs:seq
83 static void *nst_seq_start(struct seq_file *seq, loff_t *pos) in nst_seq_start()
94 static void *nst_seq_next(struct seq_file *seq, void *v, loff_t *pos) in nst_seq_next()
109 static int nst_seq_show(struct seq_file *seq, void *v) in nst_seq_show()
153 static void nst_seq_stop(struct seq_file *seq, void *v) in nst_seq_stop()
178 struct seq_file *seq = file->private_data; in nst_fop_release() local
234 static void *sc_seq_start(struct seq_file *seq, loff_t *pos) in sc_seq_start()
246 static void *sc_seq_next(struct seq_file *seq, void *v, loff_t *pos) in sc_seq_next()
279 static void sc_show_sock_stats(struct seq_file *seq, in sc_show_sock_stats()
294 static void sc_show_sock_container(struct seq_file *seq, in sc_show_sock_container()
347 static int sc_seq_show(struct seq_file *seq, void *v) in sc_seq_show()
367 static void sc_seq_stop(struct seq_file *seq, void *v) in sc_seq_stop()
403 struct seq_file *seq = file->private_data; in sc_fop_release() local