HomeSort by relevance Sort by last modified time
    Searched full:mkhandle (Results 1 - 1 of 1) sorted by null

  /external/blktrace/btt/
devs.c 106 static inline char *mkhandle(char *str, __u32 device, char *post) function
141 dip->seek_handle = seeki_alloc(mkhandle(str, device, "_d2d"));
142 dip->q2q_handle = seeki_alloc(mkhandle(str, device, "_q2q"));
143 dip->aqd_handle = aqd_alloc(mkhandle(str, device, "_aqd"));
145 plat_alloc(mkhandle(str, device, "_q2d_plat"));
147 plat_alloc(mkhandle(str, device, "_q2c_plat"));
149 plat_alloc(mkhandle(str, device, "_d2c_plat"));
159 dip->pit_fp = open_pit(mkhandle(per_io_trees,

Completed in 49 milliseconds