idle_counter      515 drivers/md/bcache/bcache.h 	atomic_t		idle_counter;
idle_counter     1192 drivers/md/bcache/request.c 		if (atomic_read(&d->c->idle_counter))
idle_counter     1193 drivers/md/bcache/request.c 			atomic_set(&d->c->idle_counter, 0);
idle_counter      141 drivers/md/bcache/writeback.c 	if (atomic_inc_return(&c->idle_counter) <
idle_counter      161 drivers/md/bcache/writeback.c 	if ((atomic_read(&c->idle_counter) <
idle_counter     1062 drivers/staging/rts5208/rtsx_chip.c 	if (chip->idle_counter < IDLE_MAX_COUNT) {
idle_counter     1063 drivers/staging/rts5208/rtsx_chip.c 		chip->idle_counter++;
idle_counter      792 drivers/staging/rts5208/rtsx_chip.h 	int			idle_counter;
idle_counter      930 drivers/staging/rts5208/rtsx_chip.h 		(chip)->idle_counter = 0;			\