Lines Matching defs:s
20 trace_seq_init(struct trace_seq *s) in trace_seq_init()
39 static inline int trace_seq_used(struct trace_seq *s) in trace_seq_used()
54 trace_seq_buffer_ptr(struct trace_seq *s) in trace_seq_buffer_ptr()
66 static inline bool trace_seq_has_overflowed(struct trace_seq *s) in trace_seq_has_overflowed()
95 static inline void trace_seq_printf(struct trace_seq *s, const char *fmt, ...) in trace_seq_printf()
99 trace_seq_bprintf(struct trace_seq *s, const char *fmt, const u32 *binary) in trace_seq_bprintf()
104 trace_seq_bitmask(struct trace_seq *s, const unsigned long *maskp, in trace_seq_bitmask()
109 static inline int trace_print_seq(struct seq_file *m, struct trace_seq *s) in trace_print_seq()
113 static inline int trace_seq_to_user(struct trace_seq *s, char __user *ubuf, in trace_seq_to_user()
118 static inline void trace_seq_puts(struct trace_seq *s, const char *str) in trace_seq_puts()
121 static inline void trace_seq_putc(struct trace_seq *s, unsigned char c) in trace_seq_putc()
125 trace_seq_putmem(struct trace_seq *s, const void *mem, unsigned int len) in trace_seq_putmem()
128 static inline void trace_seq_putmem_hex(struct trace_seq *s, const void *mem, in trace_seq_putmem_hex()
132 static inline int trace_seq_path(struct trace_seq *s, const struct path *path) in trace_seq_path()