Searched refs:QUEUE_FLAG_NO_SG_MERGE (Results 1 – 4 of 4) sorted by relevance
302 bool no_sg_merge = !!test_bit(QUEUE_FLAG_NO_SG_MERGE, in blk_recalc_rq_segments()319 if (test_bit(QUEUE_FLAG_NO_SG_MERGE, &q->queue_flags) && in blk_recount_segments()
2605 queue_flag_set_unlocked(QUEUE_FLAG_NO_SG_MERGE, q); in blk_mq_init_allocated_queue()
1726 return q && !test_bit(QUEUE_FLAG_NO_SG_MERGE, &q->queue_flags); in queue_supports_sg_merge()1926 blk_queue_flag_clear(QUEUE_FLAG_NO_SG_MERGE, q); in dm_table_set_restrictions()1928 blk_queue_flag_set(QUEUE_FLAG_NO_SG_MERGE, q); in dm_table_set_restrictions()
690 #define QUEUE_FLAG_NO_SG_MERGE 18 /* don't attempt to merge SG segments*/ macro