Searched refs:all_head (Results 1 – 3 of 3) sorted by relevance
/external/blktrace/btt/ |
D | devs.c | 78 list_del(&dip->all_head); in __dip_exit() 103 struct d_info *dip = list_entry(p, struct d_info, all_head); in dip_exit() 156 list_add_tail(&dip->all_head, &all_devs); in dip_alloc() 214 func(list_entry(p, struct d_info, all_head), arg); in dip_foreach_out() 273 struct d_info *dip = list_entry(p, struct d_info, all_head); in dip_cleanup()
|
D | iostat.c | 205 dip = list_entry(p, struct d_info, all_head); in iostat_dump_stats()
|
D | globals.h | 131 struct list_head all_head, hash_head; member
|