Searched refs:RT_FLAG_RS_GROW (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/md/ |
H A D | dm-raid.c | 214 #define RT_FLAG_RS_GROW 8 macro 3099 set_bit(RT_FLAG_RS_GROW, &rs->runtime_flags); in raid_ctr() 3173 clear_bit(RT_FLAG_RS_GROW, &rs->runtime_flags); in raid_ctr() 3208 clear_bit(RT_FLAG_RS_GROW, &rs->runtime_flags); in raid_ctr() 3211 } else if (test_bit(RT_FLAG_RS_GROW, &rs->runtime_flags)) { in raid_ctr() 3967 if (test_bit(RT_FLAG_RS_GROW, &rs->runtime_flags)) { in raid_preresume() 3976 (test_bit(RT_FLAG_RS_GROW, &rs->runtime_flags) || in raid_preresume() 3992 if (test_bit(RT_FLAG_RS_GROW, &rs->runtime_flags)) in raid_preresume()
|
/kernel/linux/linux-6.6/drivers/md/ |
H A D | dm-raid.c | 215 #define RT_FLAG_RS_GROW 8 macro 3091 set_bit(RT_FLAG_RS_GROW, &rs->runtime_flags); in raid_ctr() 3166 clear_bit(RT_FLAG_RS_GROW, &rs->runtime_flags); in raid_ctr() 3201 clear_bit(RT_FLAG_RS_GROW, &rs->runtime_flags); in raid_ctr() 3204 } else if (test_bit(RT_FLAG_RS_GROW, &rs->runtime_flags)) { in raid_ctr() 3990 if (test_bit(RT_FLAG_RS_GROW, &rs->runtime_flags)) { in raid_preresume() 3999 (test_bit(RT_FLAG_RS_GROW, &rs->runtime_flags) || in raid_preresume() 4015 if (test_bit(RT_FLAG_RS_GROW, &rs->runtime_flags)) in raid_preresume()
|
Completed in 17 milliseconds