Home
last modified time | relevance | path

Searched refs:try_loprio (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/md/
H A Draid5.c5519 bool try_loprio = test_bit(R5C_LOG_TIGHT, &conf->cache_state) || in __get_priority_stripe() local
5526 handle_list = try_loprio ? &conf->loprio_list : in __get_priority_stripe()
5529 handle_list = try_loprio ? &conf->worker_groups[group].loprio_list : in __get_priority_stripe()
5535 handle_list = try_loprio ? &conf->worker_groups[i].loprio_list : in __get_priority_stripe()
5591 try_loprio = !try_loprio; in __get_priority_stripe()
/kernel/linux/linux-6.6/drivers/md/
H A Draid5.c5624 bool try_loprio = test_bit(R5C_LOG_TIGHT, &conf->cache_state) || variable
5631 handle_list = try_loprio ? &conf->loprio_list :
5634 handle_list = try_loprio ? &conf->worker_groups[group].loprio_list :
5640 handle_list = try_loprio ? &conf->worker_groups[i].loprio_list :
5696 try_loprio = !try_loprio;

Completed in 19 milliseconds