Home
last modified time | relevance | path

Searched refs:BCACHE_DEV_RATE_DW_RUNNING (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/drivers/md/bcache/
H A Dwriteback.c212 * should check BCACHE_DEV_RATE_DW_RUNNING before calling in update_writeback_rate()
215 set_bit(BCACHE_DEV_RATE_DW_RUNNING, &dc->disk.flags); in update_writeback_rate()
216 /* paired with where BCACHE_DEV_RATE_DW_RUNNING is tested */ in update_writeback_rate()
225 clear_bit(BCACHE_DEV_RATE_DW_RUNNING, &dc->disk.flags); in update_writeback_rate()
226 /* paired with where BCACHE_DEV_RATE_DW_RUNNING is tested */ in update_writeback_rate()
258 * should check BCACHE_DEV_RATE_DW_RUNNING before calling in update_writeback_rate()
261 clear_bit(BCACHE_DEV_RATE_DW_RUNNING, &dc->disk.flags); in update_writeback_rate()
262 /* paired with where BCACHE_DEV_RATE_DW_RUNNING is tested */ in update_writeback_rate()
H A Dbcache.h266 #define BCACHE_DEV_RATE_DW_RUNNING 4 macro
H A Dsuper.c1129 * If BCACHE_DEV_RATE_DW_RUNNING is set, it means routine of the delayed
1131 * quits (BCACHE_DEV_RATE_DW_RUNNING is clear), then continue to
1132 * cancel it. If BCACHE_DEV_RATE_DW_RUNNING is not clear after time_out
1140 if (!test_bit(BCACHE_DEV_RATE_DW_RUNNING, in cancel_writeback_rate_update_dwork()
/kernel/linux/linux-6.6/drivers/md/bcache/
H A Dwriteback.c250 * should check BCACHE_DEV_RATE_DW_RUNNING before calling in update_writeback_rate()
253 set_bit(BCACHE_DEV_RATE_DW_RUNNING, &dc->disk.flags); in update_writeback_rate()
254 /* paired with where BCACHE_DEV_RATE_DW_RUNNING is tested */ in update_writeback_rate()
263 clear_bit(BCACHE_DEV_RATE_DW_RUNNING, &dc->disk.flags); in update_writeback_rate()
264 /* paired with where BCACHE_DEV_RATE_DW_RUNNING is tested */ in update_writeback_rate()
304 * should check BCACHE_DEV_RATE_DW_RUNNING before calling in update_writeback_rate()
307 clear_bit(BCACHE_DEV_RATE_DW_RUNNING, &dc->disk.flags); in update_writeback_rate()
308 /* paired with where BCACHE_DEV_RATE_DW_RUNNING is tested */ in update_writeback_rate()
H A Dbcache.h266 #define BCACHE_DEV_RATE_DW_RUNNING 4 macro
H A Dsuper.c1111 * If BCACHE_DEV_RATE_DW_RUNNING is set, it means routine of the delayed
1113 * quits (BCACHE_DEV_RATE_DW_RUNNING is clear), then continue to
1114 * cancel it. If BCACHE_DEV_RATE_DW_RUNNING is not clear after time_out
1122 if (!test_bit(BCACHE_DEV_RATE_DW_RUNNING, in cancel_writeback_rate_update_dwork()

Completed in 14 milliseconds