Searched refs:bfq_back_max (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/block/ |
H A D | bfq-iosched.c | 168 static const int bfq_back_max = 16 * 1024; variable 478 back_max = bfqd->bfq_back_max * 2; in bfq_choose_req() 6503 bfqd->bfq_back_max = bfq_back_max; in bfq_init_queue() 6613 SHOW_FUNCTION(bfq_back_seek_max_show, bfqd->bfq_back_max, 0); 6660 STORE_FUNCTION(bfq_back_seek_max_store, &bfqd->bfq_back_max, 0, INT_MAX, 0);
|
H A D | bfq-iosched.h | 627 unsigned int bfq_back_max; member
|
/kernel/linux/linux-6.6/block/ |
H A D | bfq-iosched.h | 709 unsigned int bfq_back_max; member
|
H A D | bfq-iosched.c | 168 static const int bfq_back_max = 16 * 1024; variable 524 back_max = bfqd->bfq_back_max * 2; in bfq_choose_req() 7296 bfqd->bfq_back_max = bfq_back_max; in bfq_init_queue() 7412 SHOW_FUNCTION(bfq_back_seek_max_show, bfqd->bfq_back_max, 0); 7459 STORE_FUNCTION(bfq_back_seek_max_store, &bfqd->bfq_back_max, 0, INT_MAX, 0);
|
Completed in 22 milliseconds