Searched refs:start_io (Results 1 - 18 of 18) sorted by relevance
/kernel/linux/linux-5.10/drivers/md/ |
H A D | dm-path-selector.h | 74 int (*start_io) (struct path_selector *ps, struct dm_path *path, member
|
H A D | dm-queue-length.c | 251 .start_io = ql_start_io,
|
H A D | dm-service-time.c | 333 .start_io = st_start_io,
|
H A D | dm-mpath.c | 557 if (pgpath->pg->ps.type->start_io) in multipath_clone_and_map() 558 pgpath->pg->ps.type->start_io(&pgpath->pg->ps, in multipath_clone_and_map() 655 if (pgpath->pg->ps.type->start_io) in __multipath_map_bio() 656 pgpath->pg->ps.type->start_io(&pgpath->pg->ps, in __multipath_map_bio()
|
H A D | dm-historical-service-time.c | 532 .start_io = hst_start_io,
|
/kernel/linux/linux-6.6/drivers/md/ |
H A D | dm-path-selector.h | 89 int (*start_io)(struct path_selector *ps, struct dm_path *path, member
|
H A D | dm-ps-queue-length.c | 255 .start_io = ql_start_io,
|
H A D | dm-ps-service-time.c | 336 .start_io = st_start_io,
|
H A D | dm-mpath.c | 563 if (pgpath->pg->ps.type->start_io) in multipath_clone_and_map() 564 pgpath->pg->ps.type->start_io(&pgpath->pg->ps, in multipath_clone_and_map() 664 if (pgpath->pg->ps.type->start_io) in __multipath_map_bio() 665 pgpath->pg->ps.type->start_io(&pgpath->pg->ps, in __multipath_map_bio()
|
H A D | dm-ps-historical-service-time.c | 536 .start_io = hst_start_io,
|
/kernel/linux/linux-5.10/drivers/input/joystick/iforce/ |
H A D | iforce.h | 81 int (*start_io)(struct iforce *iforce); member
|
H A D | iforce-serio.c | 116 .start_io = iforce_serio_start_io,
|
H A D | iforce-usb.c | 134 .start_io = iforce_usb_start_io,
|
H A D | iforce-main.c | 175 iforce->xport_ops->start_io(iforce); in iforce_open()
|
/kernel/linux/linux-6.6/drivers/input/joystick/iforce/ |
H A D | iforce.h | 81 int (*start_io)(struct iforce *iforce); member
|
H A D | iforce-serio.c | 116 .start_io = iforce_serio_start_io,
|
H A D | iforce-usb.c | 134 .start_io = iforce_usb_start_io,
|
H A D | iforce-main.c | 175 iforce->xport_ops->start_io(iforce); in iforce_open()
|
Completed in 14 milliseconds