Home
last modified time | relevance | path

Searched refs:QUEUE_FLAG_THROTL_INIT_DONE (Results 1 – 3 of 3) sorted by relevance

/kernel/linux/linux-5.10/block/
Dblk-sysfs.c914 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()
Dblk-throttle.c1462 if (test_bit(QUEUE_FLAG_THROTL_INIT_DONE, &q->queue_flags)) in throtl_check_init_done()
/kernel/linux/linux-5.10/include/linux/
Dblkdev.h606 #define QUEUE_FLAG_THROTL_INIT_DONE 2 /* io throttle can be online */ macro