Home
last modified time | relevance | path

Searched refs:jiffies_to_msecs (Results 1 – 25 of 236) sorted by relevance

12345678910

/linux/include/linux/
H A Djiffies.h443 static inline unsigned int jiffies_to_msecs(const unsigned long j) in jiffies_to_msecs() function
448 unsigned int jiffies_to_msecs(const unsigned long j);
506 if (m > jiffies_to_msecs(MAX_JIFFY_OFFSET)) in _msecs_to_jiffies()
517 if (HZ > MSEC_PER_SEC && m > jiffies_to_msecs(MAX_JIFFY_OFFSET)) in _msecs_to_jiffies()
635 return jiffies_to_msecs(max(0L, delta)); in jiffies_delta_to_msecs()
/linux/include/trace/events/
H A Djbd2.h286 jiffies_to_msecs(__entry->wait),
287 jiffies_to_msecs(__entry->request_delay),
288 jiffies_to_msecs(__entry->running),
289 jiffies_to_msecs(__entry->locked),
290 jiffies_to_msecs(__entry->flushing),
291 jiffies_to_msecs(__entry->logging),
323 jiffies_to_msecs(__entry->chp_time),
/linux/drivers/scsi/esas2r/
H A Desas2r_init.c957 starttime = jiffies_to_msecs(jiffies); in esas2r_check_adapter()
967 if ((jiffies_to_msecs(jiffies) - starttime) > 2000) in esas2r_check_adapter()
999 if ((jiffies_to_msecs(jiffies) - starttime) > 180000) { in esas2r_check_adapter()
1010 starttime = jiffies_to_msecs(jiffies); in esas2r_check_adapter()
1022 if ((jiffies_to_msecs(jiffies) - starttime) > 3000) { in esas2r_check_adapter()
1099 starttime = jiffies_to_msecs(jiffies); in esas2r_check_adapter()
1111 if ((jiffies_to_msecs(jiffies) - starttime) > 3000) { in esas2r_check_adapter()
1368 deltatime = jiffies_to_msecs(jiffies) - currtime; in esas2r_init_adapter_hw()
1505 starttime = jiffies_to_msecs(jiffies); in esas2r_power_down_notify_firmware()
1517 if ((jiffies_to_msecs(jiffies) - starttime) > 30000) { in esas2r_power_down_notify_firmware()
[all …]
/linux/drivers/block/drbd/
H A Ddrbd_debugfs.c28 seq_printf(m, "\t%d", jiffies_to_msecs(dt)); in seq_print_age_or_dash()
108 seq_printf(m, "\t%d", jiffies_to_msecs(now - req->start_jif)); in seq_print_one_request()
145 jiffies_to_msecs(now - tmp.start_jif)); in seq_print_resource_pending_meta_io()
149 seq_printf(m, "%d\t", jiffies_to_msecs(now - tmp.submit_jif)); in seq_print_resource_pending_meta_io()
182 seq_printf(m, "%u\t", jiffies_to_msecs(now - jif)); in seq_print_waiting_for_AL()
211 jiffies_to_msecs(now - start_jif), in seq_print_device_bitmap_io()
262 jiffies_to_msecs(now - peer_req->submit_jif)); in seq_print_peer_request()
283 jiffies_to_msecs(now - device->flush_jif)); in seq_print_device_peer_requests()
412 seq_printf(m, "generated in %d ms\n", jiffies_to_msecs(jif)); in in_flight_summary_show()
513 jiffies_to_msecs(now - td.start_jif), in seq_print_one_timing_detail()
/linux/drivers/scsi/
H A Dscsi_debugfs.c57 int alloc_ms = jiffies_to_msecs(jiffies - cmd->jiffies_at_alloc); in scsi_show_rq()
58 int timeout_ms = jiffies_to_msecs(rq->timeout); in scsi_show_rq()
/linux/drivers/media/tuners/
H A Dit913x.c91 jiffies_to_msecs(jiffies) - in it913x_init()
92 (jiffies_to_msecs(timeout) - TIMEOUT), utmp); in it913x_init()
118 jiffies_to_msecs(jiffies) - in it913x_init()
119 (jiffies_to_msecs(timeout) - TIMEOUT), utmp); in it913x_init()
/linux/drivers/i2c/busses/
H A Di2c-designware-amdpsp.c123 jiffies_to_msecs(jiffies - start)); in psp_send_i2c_req()
147 jiffies_to_msecs(jiffies - psp_i2c_sem_acquired)); in release_bus()
/linux/arch/arm64/kernel/
H A Dpsci.c99 jiffies_to_msecs(jiffies - start)); in cpu_psci_cpu_kill()
/linux/net/ceph/
H A Dceph_common.c672 jiffies_to_msecs(opt->mount_timeout) / 1000); in ceph_print_client_options()
675 jiffies_to_msecs(opt->osd_idle_ttl) / 1000); in ceph_print_client_options()
678 jiffies_to_msecs(opt->osd_keepalive_timeout) / 1000); in ceph_print_client_options()
681 jiffies_to_msecs(opt->osd_request_timeout) / 1000); in ceph_print_client_options()
/linux/drivers/net/wireless/ath/ath9k/
H A Dlink.c62 interval = jiffies_to_msecs(jiffies - sc->rx_active_check_time); in ath_hw_rx_inactive_check()
341 unsigned int timestamp = jiffies_to_msecs(jiffies); in ath_ani_calibrate()
454 unsigned long timestamp = jiffies_to_msecs(jiffies); in ath_start_ani()
/linux/arch/x86/platform/intel/
H A Diosf_mbi.c359 jiffies_to_msecs(jiffies - start)); in iosf_mbi_block_punit_i2c_access()
391 jiffies_to_msecs(jiffies - iosf_mbi_sem_acquired)); in iosf_mbi_unblock_punit_i2c_access()
/linux/net/batman-adv/
H A Dtp_meter.c227 test_time = jiffies_to_msecs(jiffies - start_time); in batadv_tp_batctl_notify()
718 rtt = jiffies_to_msecs(jiffies) - ntohl(icmp->timestamp); in batadv_tp_recv_ack()
740 jiffies_to_msecs(jiffies)); in batadv_tp_recv_ack()
780 jiffies_to_msecs(jiffies)); in batadv_tp_recv_ack()
915 jiffies_to_msecs(jiffies)); in batadv_tp_send()
/linux/fs/smb/server/
H A Dvfs_cache.c664 jiffies_to_msecs(jiffies))))) { in ksmbd_lookup_durable_fd()
1102 min_timeout = jiffies_to_msecs(remaining_jiffies); in ksmbd_durable_scavenger()
1123 jiffies_to_msecs(jiffies)) { in ksmbd_durable_scavenger()
1141 jiffies_to_msecs(jiffies); in ksmbd_durable_scavenger()
1304 jiffies_to_msecs(jiffies) + fp->durable_timeout; in session_fd_check()
/linux/drivers/hwtracing/stm/
H A Dp_sys-t.c201 return sprintf(page, "%u\n", jiffies_to_msecs(pn->ts_interval)); in sys_t_policy_ts_interval_show()
232 return sprintf(page, "%u\n", jiffies_to_msecs(pn->clocksync_interval)); in sys_t_policy_clocksync_interval_show()
/linux/drivers/net/wireless/ti/wl1251/
H A Dps.c85 jiffies_to_msecs(jiffies - start)); in wl1251_ps_elp_wakeup()
/linux/drivers/md/
H A Ddm-stats.c607 duration = jiffies_to_msecs(duration_jiffies); in dm_stat_for_entry()
842 result = jiffies_to_msecs(j & 0x3fffff); in dm_jiffies_to_msec64()
844 mult = jiffies_to_msecs(1 << 22); in dm_jiffies_to_msec64()
845 result += (unsigned long long)mult * (unsigned long long)jiffies_to_msecs((j >> 22) & 0x3fffff); in dm_jiffies_to_msec64()
848 …unsigned long long)mult * (unsigned long long)mult * (unsigned long long)jiffies_to_msecs(j >> 44); in dm_jiffies_to_msec64()
/linux/drivers/scsi/lpfc/
H A Dlpfc_vport.c269 jiffies_to_msecs(jiffies - start_time)); in lpfc_discovery_wait()
278 jiffies_to_msecs(jiffies in lpfc_discovery_wait()
289 jiffies_to_msecs(jiffies - start_time)); in lpfc_discovery_wait()
/linux/kernel/time/
H A Dsleep_timeout.c340 return jiffies_to_msecs(timeout); in msleep_interruptible()
/linux/drivers/s390/scsi/
H A Dzfcp_diag.c212 if (jiffies_to_msecs(now - hdr->timestamp) >= diag->max_age) in __zfcp_diag_test_buffer_age_isfresh()
/linux/kernel/power/
H A Dsuspend_test.c41 msec = jiffies_to_msecs(abs(nj)); in suspend_test_finish()
/linux/net/ipv4/
H A Dtcp_timer.c200 return jiffies_to_msecs(timeout); in tcp_model_timeout()
581 jiffies_to_msecs(jiffies - tp->rcv_tstamp), in tcp_retransmit_timer()
589 jiffies_to_msecs(jiffies - tp->rcv_tstamp), in tcp_retransmit_timer()
/linux/drivers/net/wireless/intel/iwlwifi/fw/
H A Ddebugfs.c191 ret, jiffies_to_msecs(delay) / 1000); in iwl_fw_timestamp_marker_wk()
226 u32 delay_secs = jiffies_to_msecs(fwrt->timestamp.delay) / 1000; in iwl_dbgfs_timestamp_marker_read()
/linux/drivers/net/ethernet/mellanox/mlx5/core/esw/diag/
H A Dbridge_tracepoint.h30 __entry->used = jiffies_to_msecs(jiffies - fdb->lastuse)
/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192ce/
H A Dphy.c428 jiffies_to_msecs(jiffies - in _rtl92ce_phy_set_rf_power_state()
489 jiffies_to_msecs(jiffies - in _rtl92ce_phy_set_rf_power_state()
/linux/drivers/input/
H A Dff-memless.c165 time_from_level = jiffies_to_msecs(now - state->play_at); in apply_envelope()
173 time_from_level = jiffies_to_msecs(state->stop_at - now); in apply_envelope()

12345678910