Searched refs:mkhandle (Results 1 – 1 of 1) sorted by relevance
/external/blktrace/btt/ |
D | devs.c | 106 static inline char *mkhandle(char *str, __u32 device, char *post) in mkhandle() function 141 dip->seek_handle = seeki_alloc(mkhandle(str, device, "_d2d")); in dip_alloc() 142 dip->q2q_handle = seeki_alloc(mkhandle(str, device, "_q2q")); in dip_alloc() 143 dip->aqd_handle = aqd_alloc(mkhandle(str, device, "_aqd")); in dip_alloc() 145 plat_alloc(mkhandle(str, device, "_q2d_plat")); in dip_alloc() 147 plat_alloc(mkhandle(str, device, "_q2c_plat")); in dip_alloc() 149 plat_alloc(mkhandle(str, device, "_d2c_plat")); in dip_alloc() 159 dip->pit_fp = open_pit(mkhandle(per_io_trees, in dip_alloc()
|