Home
last modified time | relevance | path

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

/linux-4.19.296/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-4.19.296/drivers/fsi/
Dfsi-master-gpio.c427 int busy_count = 0, rc, i; in poll_for_response() local
479 if (busy_count++ < FSI_MASTER_MAX_BUSY) { in poll_for_response()
508 if (busy_count > 0) in poll_for_response()
509 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-4.19.296/drivers/char/hw_random/
Dn2-drv.c381 int i, busy_count, err = -ENODEV; in n2rng_grab_diag_control() local
383 busy_count = 0; in n2rng_grab_diag_control()
389 if (++busy_count > 100) { in n2rng_grab_diag_control()