Lines Matching refs:queue_mode
77 enum dm_queue_mode queue_mode; member
227 m->queue_mode = DM_TYPE_NONE; in alloc_multipath()
240 if (m->queue_mode == DM_TYPE_NONE) { in alloc_multipath_stage2()
241 m->queue_mode = DM_TYPE_REQUEST_BASED; in alloc_multipath_stage2()
242 } else if (m->queue_mode == DM_TYPE_BIO_BASED) { in alloc_multipath_stage2()
251 dm_table_set_type(ti->table, m->queue_mode); in alloc_multipath_stage2()
686 if (m->queue_mode == DM_TYPE_REQUEST_BASED) in process_queued_io_list()
688 else if (m->queue_mode == DM_TYPE_BIO_BASED) in process_queued_io_list()
1076 if (m->queue_mode == DM_TYPE_BIO_BASED) { in parse_hw_handler()
1164 m->queue_mode = DM_TYPE_BIO_BASED; in parse_features()
1167 m->queue_mode = DM_TYPE_REQUEST_BASED; in parse_features()
1267 if (m->queue_mode == DM_TYPE_BIO_BASED) in multipath_ctr()
1314 if (m->queue_mode == DM_TYPE_BIO_BASED) in flush_multipath_work()
1755 if (m->queue_mode == DM_TYPE_BIO_BASED || !dm_noflush_suspending(m->ti)) in multipath_presuspend()
1827 (m->queue_mode != DM_TYPE_REQUEST_BASED) * 2); in multipath_status()
1837 if (m->queue_mode != DM_TYPE_REQUEST_BASED) { in multipath_status()
1838 switch (m->queue_mode) { in multipath_status()
2252 return (m->queue_mode != DM_TYPE_REQUEST_BASED); in multipath_busy()