Searched refs:QUEUE_FLAG_SAME_FORCE (Results 1 – 4 of 4) sorted by relevance
114 if (!test_bit(QUEUE_FLAG_SAME_FORCE, &q->queue_flags)) in __blk_complete_request()
329 bool force = test_bit(QUEUE_FLAG_SAME_FORCE, &q->queue_flags); in queue_rq_affinity_show()347 blk_queue_flag_set(QUEUE_FLAG_SAME_FORCE, q); in queue_rq_affinity_store()350 blk_queue_flag_clear(QUEUE_FLAG_SAME_FORCE, q); in queue_rq_affinity_store()353 blk_queue_flag_clear(QUEUE_FLAG_SAME_FORCE, q); in queue_rq_affinity_store()
615 if (!test_bit(QUEUE_FLAG_SAME_FORCE, &q->queue_flags)) in __blk_mq_complete_request()
607 #define QUEUE_FLAG_SAME_FORCE 12 /* force complete on same CPU */ macro