Home
last modified time | relevance | path

Searched refs:QUEUE_FLAG_NO_SG_MERGE (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/block/
Dblk-merge.c91 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()
Dblk-mq.c1984 q->queue_flags |= 1 << QUEUE_FLAG_NO_SG_MERGE; in blk_mq_init_allocated_queue()
/linux-4.1.27/drivers/md/
Ddm-table.c1388 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()
/linux-4.1.27/include/linux/
Dblkdev.h514 #define QUEUE_FLAG_NO_SG_MERGE 21 /* don't attempt to merge SG segments*/ macro