Searched refs:busy_count (Results 1 – 11 of 11) sorted by relevance
/linux-6.3-rc2/include/trace/events/ |
A D | fsi_master_ast_cf.h | 87 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-6.3-rc2/drivers/watchdog/ |
A D | bcm_kona_wdt.c | 53 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-6.3-rc2/drivers/gpu/drm/lima/ |
A D | lima_devfreq.c | 26 if (devfreq->busy_count > 0) in lima_devfreq_update_utilization() 189 devfreq->busy_count++; in lima_devfreq_record_busy() 205 WARN_ON(--devfreq->busy_count < 0); in lima_devfreq_record_idle()
|
A D | lima_devfreq.h | 24 int busy_count; member
|
/linux-6.3-rc2/drivers/gpu/drm/panfrost/ |
A D | panfrost_devfreq.c | 20 if (pfdevfreq->busy_count > 0) in panfrost_devfreq_update_utilization() 215 pfdevfreq->busy_count++; in panfrost_devfreq_record_busy() 231 WARN_ON(--pfdevfreq->busy_count < 0); in panfrost_devfreq_record_idle()
|
A D | panfrost_devfreq.h | 25 int busy_count; member
|
/linux-6.3-rc2/drivers/fsi/ |
A D | fsi-master-gpio.c | 428 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()
|
A D | fsi-master-ast-cf.c | 470 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-6.3-rc2/fs/crypto/ |
A D | keyring.c | 899 size_t busy_count = 0; in check_for_busy_inodes() local 906 busy_count++; in check_for_busy_inodes() 908 if (busy_count == 0) { in check_for_busy_inodes() 929 sb->s_id, busy_count, master_key_spec_type(&mk->mk_spec), in check_for_busy_inodes()
|
/linux-6.3-rc2/drivers/char/hw_random/ |
A D | n2-drv.c | 382 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-6.3-rc2/drivers/target/ |
A D | target_core_stat.c | 498 CONFIGFS_ATTR_RO(target_stat_port_, busy_count);
|
Completed in 26 milliseconds