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
122 struct d_info *dip = __dip_find(device); in dip_alloc()
222 dip = __dip_find((__u32)((mjr << MINORBITS) | mnr)); in dip_foreach_out()
232 struct d_info *dip = __dip_find(dev); in dip_plug()
248 struct d_info *dip = __dip_find(dev); in dip_unplug()
259 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()
Diostat.c214 dip = __dip_find((__u32)((mjr << MINORBITS) | mnr)); in iostat_dump_stats()
Dglobals.h215 struct d_info *__dip_find(__u32 device);