OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:f_head
(Results
1 - 6
of
6
) sorted by null
/external/blktrace/btt/
trace_issue.c
41
struct io *q_iop = list_entry(p, struct io,
f_head
);
49
list_del(&q_iop->
f_head
);
trace_complete.c
68
struct io *q_iop = list_entry(p, struct io,
f_head
);
99
list_del(&q_iop->
f_head
);
dip_rb.c
79
list_add_tail(&this->
f_head
, head);
devs.c
194
this = list_entry(p, struct io,
f_head
);
195
list_del(&this->
f_head
);
globals.h
153
struct list_head
f_head
, a_head;
member in struct:io
inlines.h
361
return list_entry(head->next, struct io,
f_head
);
Completed in 19 milliseconds