Home
last modified time | relevance | path

Searched refs:busy_count (Results 1 – 7 of 7) sorted by relevance

/Linux-v5.4/include/trace/events/
Dfsi_master_ast_cf.h87 TP_PROTO(const struct fsi_master_acf *master, int busy_count),
88 TP_ARGS(master, busy_count),
91 __field(int, busy_count)
95 __entry->busy_count = busy_count;
98 __entry->master_idx, __entry->busy_count
/Linux-v5.4/drivers/watchdog/
Dbcm_kona_wdt.c53 unsigned long busy_count; member
77 if (count > wdt->busy_count) in secure_register_read()
78 wdt->busy_count = count; in secure_register_read()
127 wdt->busy_count); in bcm_kona_show()
/Linux-v5.4/fs/crypto/
Dkeyring.c665 size_t busy_count = 0; in check_for_busy_inodes() local
674 busy_count++; in check_for_busy_inodes()
676 if (busy_count == 0) { in check_for_busy_inodes()
701 sb->s_id, busy_count, master_key_spec_type(&mk->mk_spec), in check_for_busy_inodes()
/Linux-v5.4/drivers/fsi/
Dfsi-master-gpio.c428 int busy_count = 0, rc, i; in poll_for_response() local
480 if (busy_count++ < FSI_MASTER_MAX_BUSY) { in poll_for_response()
509 if (busy_count > 0) in poll_for_response()
510 trace_fsi_master_gpio_poll_response_busy(master, busy_count); in poll_for_response()
Dfsi-master-ast-cf.c470 int busy_count = 0, rc; in handle_response() local
535 if (busy_count++ < FSI_MASTER_MAX_BUSY) { in handle_response()
564 if (busy_count > 0) { in handle_response()
565 trace_fsi_master_acf_poll_response_busy(master, busy_count); in handle_response()
/Linux-v5.4/drivers/char/hw_random/
Dn2-drv.c382 int i, busy_count, err = -ENODEV; in n2rng_grab_diag_control() local
384 busy_count = 0; in n2rng_grab_diag_control()
390 if (++busy_count > 100) { in n2rng_grab_diag_control()
/Linux-v5.4/drivers/target/
Dtarget_core_stat.c501 CONFIGFS_ATTR_RO(target_stat_port_, busy_count);