Lines Matching full:trace_buf
124 * We will use a mutex to guard each of the trace_buf list. The tracers
134 struct trace_buf {
144 struct trace_buf *prev;
1117 static inline struct trace_buf *alloc_trace_buf(int cpu, int bufsize)
1119 struct trace_buf *tbp;
1170 struct trace_buf **tbpp)
1172 struct trace_buf *tbp = *tbpp;
1254 static int flush_subbuf_net(struct trace_buf *tbp)
1271 struct trace_buf *tbp;
1276 tbp = list_entry(p, struct trace_buf, head);
1297 static struct trace_buf *tb_combine(struct trace_buf *prev,
1298 struct trace_buf *tbp)
1329 struct trace_buf *tbp, *prev;
1333 tbp = list_entry(p, struct trace_buf, head);
1743 struct trace_buf *tbp;