Home
last modified time | relevance | path

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

/linux/lib/
H A Dref_tracker.c104 struct ostream { struct
105 void __ostream_printf (*func)(struct ostream *stream, char *fmt, ...); argument
112 static void __ostream_printf pr_ostream_log(struct ostream *stream, char *fmt, ...) in pr_ostream_log() argument
121 static void __ostream_printf pr_ostream_buf(struct ostream *stream, char *fmt, ...) in pr_ostream_buf()
135 struct ostream *_s = (stream); \
142 unsigned int display_limit, struct ostream *s) in __ref_tracker_dir_pr_ostream()
185 struct ostream os = { .func = pr_ostream_log, in ref_tracker_dir_print_locked()
205 struct ostream os = { .func = pr_ostream_buf, in ref_tracker_dir_snprint()
349 static void __ostream_printf pr_ostream_seq(struct ostream *stream, char *fmt, ...) in pr_ostream_seq()
360 struct ostream os = { .func = pr_ostream_seq, in ref_tracker_dir_seq_print()