busy_count        382 drivers/char/hw_random/n2-drv.c 	int i, busy_count, err = -ENODEV;
busy_count        384 drivers/char/hw_random/n2-drv.c 	busy_count = 0;
busy_count        390 drivers/char/hw_random/n2-drv.c 		if (++busy_count > 100) {
busy_count        470 drivers/fsi/fsi-master-ast-cf.c 	int busy_count = 0, rc;
busy_count        535 drivers/fsi/fsi-master-ast-cf.c 		if (busy_count++ < FSI_MASTER_MAX_BUSY) {
busy_count        564 drivers/fsi/fsi-master-ast-cf.c 	if (busy_count > 0) {
busy_count        565 drivers/fsi/fsi-master-ast-cf.c 		trace_fsi_master_acf_poll_response_busy(master, busy_count);
busy_count        428 drivers/fsi/fsi-master-gpio.c 	int busy_count = 0, rc, i;
busy_count        480 drivers/fsi/fsi-master-gpio.c 		if (busy_count++ < FSI_MASTER_MAX_BUSY) {
busy_count        509 drivers/fsi/fsi-master-gpio.c 	if (busy_count > 0)
busy_count        510 drivers/fsi/fsi-master-gpio.c 		trace_fsi_master_gpio_poll_response_busy(master, busy_count);
busy_count        501 drivers/target/target_core_stat.c CONFIGFS_ATTR_RO(target_stat_port_, busy_count);
busy_count         53 drivers/watchdog/bcm_kona_wdt.c 	unsigned long busy_count;
busy_count         77 drivers/watchdog/bcm_kona_wdt.c 	if (count > wdt->busy_count)
busy_count         78 drivers/watchdog/bcm_kona_wdt.c 		wdt->busy_count = count;
busy_count        127 drivers/watchdog/bcm_kona_wdt.c 			   wdt->busy_count);
busy_count        665 fs/crypto/keyring.c 	size_t busy_count = 0;
busy_count        671 fs/crypto/keyring.c 		busy_count++;
busy_count        673 fs/crypto/keyring.c 	if (busy_count == 0) {
busy_count        690 fs/crypto/keyring.c 		     sb->s_id, busy_count, master_key_spec_type(&mk->mk_spec),
busy_count         87 include/trace/events/fsi_master_ast_cf.h 	TP_PROTO(const struct fsi_master_acf *master, int busy_count),
busy_count         88 include/trace/events/fsi_master_ast_cf.h 	TP_ARGS(master, busy_count),
busy_count         91 include/trace/events/fsi_master_ast_cf.h 		__field(int,	busy_count)
busy_count         95 include/trace/events/fsi_master_ast_cf.h 		__entry->busy_count = busy_count;
busy_count         98 include/trace/events/fsi_master_ast_cf.h 		__entry->master_idx, __entry->busy_count