Home
last modified time | relevance | path

Searched refs:__dip_find (Results 1 – 5 of 5) sorted by relevance

/external/blktrace/btt/
Ddevs.c62 struct d_info *__dip_find(__u32 device) in __dip_find() function
127 struct d_info *dip = __dip_find(device); in dip_alloc()
225 dip = __dip_find((__u32)((mjr << MINORBITS) | mnr)); in dip_foreach_out()
235 struct d_info *dip = __dip_find(dev); in dip_plug()
251 struct d_info *dip = __dip_find(dev); in dip_unplug()
262 struct d_info *dip = __dip_find(dev); in dip_unplug_tm()
Dtrace_remap.c49 q_dip = __dip_find(rp->device_from); in trace_remap()
Dunplug_hist.c50 dip = __dip_find(u_iop->t.device); in unplug_hist_add()
Dglobals.h210 struct d_info *__dip_find(__u32 device);
Diostat.c214 dip = __dip_find((__u32)((mjr << MINORBITS) | mnr)); in iostat_dump_stats()