Searched refs:f_head (Results 1 – 8 of 8) sorted by relevance
/external/blktrace/btt/ |
D | trace_issue.c | 41 struct io *q_iop = list_entry(p, struct io, f_head); in handle_issue() 49 list_del(&q_iop->f_head); in handle_issue()
|
D | trace_complete.c | 70 struct io *q_iop = list_entry(p, struct io, f_head); in handle_complete() 102 list_del(&q_iop->f_head); in handle_complete()
|
D | devs.c | 191 this = list_entry(p, struct io, f_head); in dip_foreach() 192 list_del(&this->f_head); in dip_foreach()
|
D | dip_rb.c | 81 list_add_tail(&this->f_head, head); in rb_foreach()
|
D | globals.h | 153 struct list_head f_head, a_head; member
|
D | inlines.h | 361 return list_entry(head->next, struct io, f_head); in io_first_list()
|
/external/vboot_reference/cgpt/ |
D | cgpt_boot.c | 93 drive.pmbr.part[0].f_head = 0x00; in CgptBoot()
|
D | cgpt.h | 21 uint8_t f_head; member
|