Searched refs:QUEUE_FLAG_THROTL_INIT_DONE (Results 1 – 3 of 3) sorted by relevance
914 blk_queue_flag_set(QUEUE_FLAG_THROTL_INIT_DONE, q); in blk_register_queue()949 blk_queue_flag_clear(QUEUE_FLAG_THROTL_INIT_DONE, q); in blk_unregister_queue()
1462 if (test_bit(QUEUE_FLAG_THROTL_INIT_DONE, &q->queue_flags)) in throtl_check_init_done()
606 #define QUEUE_FLAG_THROTL_INIT_DONE 2 /* io throttle can be online */ macro