Home
last modified time | relevance | path

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

/external/blktrace/
Dblktrace.c134 struct trace_buf { struct
144 struct trace_buf *prev; argument
1117 static inline struct trace_buf *alloc_trace_buf(int cpu, int bufsize) in alloc_trace_buf()
1119 struct trace_buf *tbp; in alloc_trace_buf()
1170 struct trace_buf **tbpp) in add_trace_buf()
1172 struct trace_buf *tbp = *tbpp; in add_trace_buf()
1254 static int flush_subbuf_net(struct trace_buf *tbp) in flush_subbuf_net()
1271 struct trace_buf *tbp; in handle_list_net()
1276 tbp = list_entry(p, struct trace_buf, head); in handle_list_net()
1297 static struct trace_buf *tb_combine(struct trace_buf *prev, in tb_combine()
[all …]