OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:trace_buf
(Results
1 - 1
of
1
) sorted by null
/external/blktrace/
blktrace.c
124
* We will use a mutex to guard each of the
trace_buf
list. The tracers
134
struct
trace_buf
{
struct
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)
[
all
...]
Completed in 719 milliseconds