Lines Matching refs:time
732 * and cannot be reused for at least RA_TOV amount of time if it was
3735 * @time: The latency of the IO that completed (in ns)
3740 * Congestion management and E2E. If time is set to LPFC_CGN_NOT_SENT,
3747 uint64_t time, uint32_t size, struct Scsi_Host *shost)
3751 if (time != LPFC_CGN_NOT_SENT) {
3753 if (time < 1000)
3754 time = 1;
3756 time = div_u64(time + 500, 1000); /* round it */
3760 atomic64_add(time, &cgs->rx_latency);
4038 /* Guard against abort handler being called at same time */
4347 /* Guard against abort handler being called at same time */
5262 /* Latency start time saved in rx_cmd_start later in routine */
5531 /* Guard against IO completion being called at same time */