Searched refs:QUEUE_FLAG_NO_SG_MERGE (Results 1 – 4 of 4) sorted by relevance
91 bool no_sg_merge = !!test_bit(QUEUE_FLAG_NO_SG_MERGE, in blk_recalc_rq_segments()108 if (test_bit(QUEUE_FLAG_NO_SG_MERGE, &q->queue_flags) && in blk_recount_segments()
1984 q->queue_flags |= 1 << QUEUE_FLAG_NO_SG_MERGE; in blk_mq_init_allocated_queue()
1388 return q && !test_bit(QUEUE_FLAG_NO_SG_MERGE, &q->queue_flags); in queue_supports_sg_merge()1515 queue_flag_clear_unlocked(QUEUE_FLAG_NO_SG_MERGE, q); in dm_table_set_restrictions()1517 queue_flag_set_unlocked(QUEUE_FLAG_NO_SG_MERGE, q); in dm_table_set_restrictions()
514 #define QUEUE_FLAG_NO_SG_MERGE 21 /* don't attempt to merge SG segments*/ macro