Searched refs:seq_file (Results 1 – 8 of 8) sorted by relevance
/lib/ |
D | error-inject.c | 158 static void *ei_seq_start(struct seq_file *m, loff_t *pos) in ei_seq_start() 164 static void ei_seq_stop(struct seq_file *m, void *v) in ei_seq_stop() 169 static void *ei_seq_next(struct seq_file *m, void *v, loff_t *pos) in ei_seq_next() 188 static int ei_seq_show(struct seq_file *m, void *v) in ei_seq_show()
|
D | sbitmap.c | 281 void sbitmap_show(struct sbitmap *sb, struct seq_file *m) in sbitmap_show() 291 static inline void emit_byte(struct seq_file *m, unsigned int offset, u8 byte) in emit_byte() 303 void sbitmap_bitmap_show(struct sbitmap *sb, struct seq_file *m) in sbitmap_bitmap_show() 627 void sbitmap_queue_show(struct sbitmap_queue *sbq, struct seq_file *m) in sbitmap_queue_show()
|
D | lru_cache.c | 229 void lc_seq_printf_stats(struct seq_file *seq, struct lru_cache *lc) in lc_seq_printf_stats() 638 void lc_seq_dump_details(struct seq_file *seq, struct lru_cache *lc, char *utext, in lc_seq_dump_details() argument 639 void (*detail) (struct seq_file *, struct lc_element *)) in lc_seq_dump_details()
|
D | dynamic_debug.c | 768 static void *ddebug_proc_start(struct seq_file *m, loff_t *pos) in ddebug_proc_start() 793 static void *ddebug_proc_next(struct seq_file *m, void *p, loff_t *pos) in ddebug_proc_next() 815 static int ddebug_proc_show(struct seq_file *m, void *p) in ddebug_proc_show() 843 static void ddebug_proc_stop(struct seq_file *m, void *p) in ddebug_proc_stop()
|
D | seq_buf.c | 40 int seq_buf_print_seq(struct seq_file *m, struct seq_buf *s) in seq_buf_print_seq()
|
D | debugobjects.c | 1000 static int debug_stats_show(struct seq_file *m, void *v) in debug_stats_show()
|
/lib/livepatch/ |
D | test_klp_livepatch.c | 11 static int livepatch_cmdline_proc_show(struct seq_file *m, void *v) in livepatch_cmdline_proc_show()
|
D | test_klp_atomic_replace.c | 15 static int livepatch_meminfo_proc_show(struct seq_file *m, void *v) in livepatch_meminfo_proc_show()
|