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

/linux-master/drivers/md/bcache/
H A Dwriteback.c250 * should check BCACHE_DEV_RATE_DW_RUNNING before calling
253 set_bit(BCACHE_DEV_RATE_DW_RUNNING, &dc->disk.flags);
254 /* paired with where BCACHE_DEV_RATE_DW_RUNNING is tested */
263 clear_bit(BCACHE_DEV_RATE_DW_RUNNING, &dc->disk.flags);
264 /* paired with where BCACHE_DEV_RATE_DW_RUNNING is tested */
304 * should check BCACHE_DEV_RATE_DW_RUNNING before calling
307 clear_bit(BCACHE_DEV_RATE_DW_RUNNING, &dc->disk.flags);
308 /* paired with where BCACHE_DEV_RATE_DW_RUNNING is tested */
H A Dbcache.h266 #define BCACHE_DEV_RATE_DW_RUNNING 4 macro
H A Dsuper.c1116 * If BCACHE_DEV_RATE_DW_RUNNING is set, it means routine of the delayed
1118 * quits (BCACHE_DEV_RATE_DW_RUNNING is clear), then continue to
1119 * cancel it. If BCACHE_DEV_RATE_DW_RUNNING is not clear after time_out
1127 if (!test_bit(BCACHE_DEV_RATE_DW_RUNNING,

Completed in 120 milliseconds