HomeSort by relevance Sort by last modified time
    Searched full:f_head (Results 1 - 8 of 8) 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);
dip_rb.c 79 list_add_tail(&this->f_head, head);
trace_complete.c 68 struct io *q_iop = list_entry(p, struct io, f_head);
99 list_del(&q_iop->f_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);
  /external/vboot_reference/cgpt/
cgpt_boot.c 93 drive.pmbr.part[0].f_head = 0x00;
cgpt.h 21 uint8_t f_head; member in struct:legacy_partition

Completed in 1241 milliseconds