Searched refs:ostream (Results 1 – 1 of 1) sorted by relevance
| /linux/lib/ |
| H A D | ref_tracker.c | 105 struct ostream { struct 106 void __ostream_printf (*func)(struct ostream *stream, char *fmt, ...); argument 113 static void __ostream_printf pr_ostream_log(struct ostream *stream, char *fmt, ...) in pr_ostream_log() argument 122 static void __ostream_printf pr_ostream_buf(struct ostream *stream, char *fmt, ...) in pr_ostream_buf() 136 struct ostream *_s = (stream); \ 143 unsigned int display_limit, struct ostream *s) in __ref_tracker_dir_pr_ostream() 186 struct ostream os = { .func = pr_ostream_log, in ref_tracker_dir_print_locked() 206 struct ostream os = { .func = pr_ostream_buf, in ref_tracker_dir_snprint() 350 static void __ostream_printf pr_ostream_seq(struct ostream *stream, char *fmt, ...) in pr_ostream_seq() 361 struct ostream os = { .func = pr_ostream_seq, in ref_tracker_dir_seq_print()
|