Home
last modified time | relevance | path

Searched refs:seq_file (Results 1 – 3 of 3) sorted by relevance

/lib/
Ddynamic_debug.c730 static void *ddebug_proc_start(struct seq_file *m, loff_t *pos) in ddebug_proc_start()
755 static void *ddebug_proc_next(struct seq_file *m, void *p, loff_t *pos) in ddebug_proc_next()
777 static int ddebug_proc_show(struct seq_file *m, void *p) in ddebug_proc_show()
805 static void ddebug_proc_stop(struct seq_file *m, void *p) in ddebug_proc_stop()
841 ((struct seq_file *)file->private_data)->private = iter; in ddebug_proc_open()
Dlru_cache.c241 size_t lc_seq_printf_stats(struct seq_file *seq, struct lru_cache *lc) in lc_seq_printf_stats()
650 void lc_seq_dump_details(struct seq_file *seq, struct lru_cache *lc, char *utext, in lc_seq_dump_details() argument
651 void (*detail) (struct seq_file *, struct lc_element *)) in lc_seq_dump_details()
Ddebugobjects.c723 static int debug_stats_show(struct seq_file *m, void *v) in debug_stats_show()