Lines Matching refs:seq
38 static void *controller_start(struct seq_file *seq, loff_t *pos) in controller_start() argument
49 static void *controller_next(struct seq_file *seq, void *v, loff_t *pos) in controller_next() argument
58 static void controller_stop(struct seq_file *seq, void *v) in controller_stop() argument
64 static int controller_show(struct seq_file *seq, void *v) in controller_show() argument
71 seq_printf(seq, "%d %-10s %-8s %-16s %s\n", in controller_show()
80 static int contrstats_show(struct seq_file *seq, void *v) in contrstats_show() argument
87 seq_printf(seq, "%d %lu %lu %lu %lu\n", in contrstats_show()
117 static void *applications_start(struct seq_file *seq, loff_t *pos) in applications_start() argument
129 applications_next(struct seq_file *seq, void *v, loff_t *pos) in applications_next() argument
138 static void applications_stop(struct seq_file *seq, void *v) in applications_stop() argument
145 applications_show(struct seq_file *seq, void *v) in applications_show() argument
152 seq_printf(seq, "%u %d %d %d\n", in applications_show()
162 applstats_show(struct seq_file *seq, void *v) in applstats_show() argument
169 seq_printf(seq, "%u %lu %lu %lu %lu\n", in applstats_show()