Searched refs:trace_seq_acquire (Results 1 – 3 of 3) sorted by relevance
98 char *trace_seq_acquire(struct trace_seq *s, unsigned int len);143 static inline char *trace_seq_acquire(struct trace_seq *s, unsigned int len) in trace_seq_acquire() function
419 char *trace_seq_acquire(struct trace_seq *s, unsigned int len) in trace_seq_acquire() function428 EXPORT_SYMBOL(trace_seq_acquire);
144 #define __get_buf(len) trace_seq_acquire(p, (len))
Completed in 5 milliseconds