/Linux-v4.19/include/trace/events/ |
D | jbd2.h | 272 jiffies_to_msecs(__entry->wait), 273 jiffies_to_msecs(__entry->request_delay), 274 jiffies_to_msecs(__entry->running), 275 jiffies_to_msecs(__entry->locked), 276 jiffies_to_msecs(__entry->flushing), 277 jiffies_to_msecs(__entry->logging), 309 jiffies_to_msecs(__entry->chp_time),
|
/Linux-v4.19/drivers/scsi/ |
D | scsi_debugfs.c | 38 int alloc_ms = jiffies_to_msecs(jiffies - cmd->jiffies_at_alloc); in scsi_show_rq() 39 int timeout_ms = jiffies_to_msecs(rq->timeout); in scsi_show_rq()
|
/Linux-v4.19/include/linux/ |
D | jiffies.h | 291 extern unsigned int jiffies_to_msecs(const unsigned long j); 321 if (m > jiffies_to_msecs(MAX_JIFFY_OFFSET)) in _msecs_to_jiffies() 332 if (HZ > MSEC_PER_SEC && m > jiffies_to_msecs(MAX_JIFFY_OFFSET)) in _msecs_to_jiffies() 452 return jiffies_to_msecs(max(0L, delta)); in jiffies_delta_to_msecs()
|
/Linux-v4.19/drivers/block/drbd/ |
D | drbd_debugfs.c | 28 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() 260 jiffies_to_msecs(now - peer_req->submit_jif)); in seq_print_peer_request() 281 jiffies_to_msecs(now - device->flush_jif)); in seq_print_device_peer_requests() 410 seq_printf(m, "generated in %d ms\n", jiffies_to_msecs(jif)); in in_flight_summary_show() 526 jiffies_to_msecs(now - td.start_jif), in seq_print_one_timing_detail()
|
/Linux-v4.19/drivers/i2c/busses/ |
D | i2c-designware-baytrail.c | 106 jiffies_to_msecs(jiffies - start)); in baytrail_i2c_acquire() 138 jiffies_to_msecs(jiffies - acquired)); in baytrail_i2c_release()
|
/Linux-v4.19/drivers/scsi/esas2r/ |
D | esas2r_init.c | 1011 starttime = jiffies_to_msecs(jiffies); in esas2r_check_adapter() 1021 if ((jiffies_to_msecs(jiffies) - starttime) > 2000) in esas2r_check_adapter() 1053 if ((jiffies_to_msecs(jiffies) - starttime) > 180000) { in esas2r_check_adapter() 1064 starttime = jiffies_to_msecs(jiffies); in esas2r_check_adapter() 1076 if ((jiffies_to_msecs(jiffies) - starttime) > 3000) { in esas2r_check_adapter() 1153 starttime = jiffies_to_msecs(jiffies); in esas2r_check_adapter() 1165 if ((jiffies_to_msecs(jiffies) - starttime) > 3000) { in esas2r_check_adapter() 1421 deltatime = jiffies_to_msecs(jiffies) - currtime; in esas2r_init_adapter_hw() 1558 starttime = jiffies_to_msecs(jiffies); in esas2r_power_down_notify_firmware() 1570 if ((jiffies_to_msecs(jiffies) - starttime) > 30000) { in esas2r_power_down_notify_firmware() [all …]
|
/Linux-v4.19/drivers/media/tuners/ |
D | it913x.c | 100 jiffies_to_msecs(jiffies) - in it913x_init() 101 (jiffies_to_msecs(timeout) - TIMEOUT), utmp); in it913x_init() 127 jiffies_to_msecs(jiffies) - in it913x_init() 128 (jiffies_to_msecs(timeout) - TIMEOUT), utmp); in it913x_init()
|
/Linux-v4.19/drivers/staging/rtl8723bs/hal/ |
D | odm_NoiseMonitor.c | 110 if ((valid_done == max_rf_path) || (jiffies_to_msecs(jiffies - start) > max_time)) { in odm_InbandNoise_Monitor_NSeries() 153 func_end = jiffies_to_msecs(jiffies - func_start); in odm_InbandNoise_Monitor_NSeries()
|
/Linux-v4.19/include/linux/netfilter/ipset/ |
D | ip_set_timeout.h | 75 t = jiffies_to_msecs(*timeout - jiffies)/MSEC_PER_SEC; in ip_set_timeout_get()
|
/Linux-v4.19/drivers/net/wireless/ath/carl9170/ |
D | debug.c | 296 jiffies_to_msecs(jiffies - arinfo->timeout)); in carl9170_debugfs_format_frame() 390 jiffies_to_msecs(jiffies - ar->ps.last_action)); in carl9170_debugfs_sta_psm_read() 392 jiffies_to_msecs(jiffies - ar->ps.last_slept)); in carl9170_debugfs_sta_psm_read() 406 jiffies_to_msecs(jiffies - ar->queue_stop_timeout[i]) : 0, in carl9170_debugfs_tx_stuck_read() 407 jiffies_to_msecs(ar->max_queue_stop_timeout[i])); in carl9170_debugfs_tx_stuck_read() 796 jiffies_to_msecs(jiffies - ar->tx_janitor_last_run));
|
/Linux-v4.19/net/batman-adv/ |
D | bat_v.c | 175 last_secs = jiffies_to_msecs(jiffies - hardif_neigh->last_seen) / 1000; in batadv_v_hardif_neigh_print() 176 last_msecs = jiffies_to_msecs(jiffies - hardif_neigh->last_seen) % 1000; in batadv_v_hardif_neigh_print() 235 last_seen_msecs = jiffies_to_msecs(jiffies - hardif_neigh->last_seen); in batadv_v_neigh_dump_neigh() 390 last_seen_msecs = jiffies_to_msecs(last_seen_jiffies); in batadv_v_orig_print() 453 last_seen_msecs = jiffies_to_msecs(jiffies - orig_node->last_seen); in batadv_v_orig_dump_subentry()
|
D | tp_meter.c | 235 test_time = jiffies_to_msecs(jiffies - start_time); in batadv_tp_batctl_notify() 674 rtt = jiffies_to_msecs(jiffies) - ntohl(icmp->timestamp); in batadv_tp_recv_ack() 696 jiffies_to_msecs(jiffies)); in batadv_tp_recv_ack() 736 jiffies_to_msecs(jiffies)); in batadv_tp_recv_ack() 874 jiffies_to_msecs(jiffies)); in batadv_tp_send()
|
/Linux-v4.19/drivers/cpufreq/ |
D | ppc_cbe_cpufreq_pervasive.c | 95 time = jiffies_to_msecs(time); in cbe_cpufreq_set_pmode()
|
D | ppc_cbe_cpufreq_pmi.c | 67 time = jiffies_to_msecs(time); in cbe_cpufreq_set_pmode_pmi()
|
/Linux-v4.19/drivers/staging/rtl8723bs/core/ |
D | rtw_pwrctrl.c | 220 if (jiffies_to_msecs(jiffies - start_time) > 2000) { /* 2 sec == watch dog timer */ in traffic_check_for_leave_lps() 341 if (jiffies_to_msecs(jiffies - start_time) > LPS_RPWM_WAIT_MS) { in rtw_set_rpwm() 447 if (jiffies_to_msecs(jiffies - start_time) > delay_ms) { in rtw_set_ps_mode() 525 if (jiffies_to_msecs(jiffies - start_time) > delay_ms) { in LPS_RF_ON_check() 712 if (jiffies_to_msecs(jiffies - start_time) > 100) { in LPS_Leave_check() 1234 while (pwrpriv->ps_processing && jiffies_to_msecs(jiffies - start) <= 3000) in _rtw_pwr_wakeup() 1245 && jiffies_to_msecs(jiffies - start) <= 3000 in _rtw_pwr_wakeup()
|
/Linux-v4.19/net/ceph/ |
D | ceph_common.c | 580 jiffies_to_msecs(opt->mount_timeout) / 1000); in ceph_print_client_options() 583 jiffies_to_msecs(opt->osd_idle_ttl) / 1000); in ceph_print_client_options() 586 jiffies_to_msecs(opt->osd_keepalive_timeout) / 1000); in ceph_print_client_options() 589 jiffies_to_msecs(opt->osd_request_timeout) / 1000); in ceph_print_client_options()
|
/Linux-v4.19/drivers/media/pci/cx18/ |
D | cx18-mailbox.c | 659 jiffies_to_msecs(timeout-ret)); in cx18_api_call() 700 info->name, jiffies_to_msecs(ret)); in cx18_api_call() 704 jiffies_to_msecs(ret), in cx18_api_call() 712 info->name, jiffies_to_msecs(ret)); in cx18_api_call() 715 jiffies_to_msecs(ret), info->name); in cx18_api_call()
|
/Linux-v4.19/drivers/scsi/snic/ |
D | snic_scsi.c | 650 jiffies_to_msecs(jiffies - start_time), (ulong) fwreq, in snic_icmnd_cmpl_handler() 676 jiffies_to_msecs(jiffies - start_time), (ulong) fwreq, in snic_icmnd_cmpl_handler() 705 jiffies_to_msecs(jiffies - start_time), in snic_proc_dr_cmpl_locked() 720 jiffies_to_msecs(jiffies - start_time), in snic_proc_dr_cmpl_locked() 861 jiffies_to_msecs(jiffies - start_time), in snic_process_itmf_cmpl() 1664 jiffies_to_msecs(jiffies - start_time), 0, in snic_abort_cmd() 2139 jiffies_to_msecs(jiffies - start_time), (ulong) rqi, in snic_unlink_and_release_req() 2212 jiffies_to_msecs(jiffies - start_time), in snic_device_reset() 2401 jiffies_to_msecs(jiffies - start_time), in snic_host_reset() 2503 jiffies_to_msecs(jiffies - st_time)); in snic_scsi_cleanup() [all …]
|
/Linux-v4.19/drivers/scsi/fnic/ |
D | fnic_scsi.c | 1014 jiffies_to_msecs(jiffies - start_time)), in fnic_fcpio_icmnd_cmpl_handler() 1034 io_duration_time = jiffies_to_msecs(jiffies) - jiffies_to_msecs(io_req->start_time); in fnic_fcpio_icmnd_cmpl_handler() 1202 jiffies_to_msecs(jiffies - start_time), in fnic_fcpio_itmf_cmpl_handler() 1228 jiffies_to_msecs(jiffies - start_time), in fnic_fcpio_itmf_cmpl_handler() 1243 jiffies_to_msecs(jiffies - start_time), in fnic_fcpio_itmf_cmpl_handler() 1418 jiffies_to_msecs(jiffies - start_time), in fnic_cleanup_io() 1481 jiffies_to_msecs(jiffies - start_time), in fnic_wq_copy_cleanup_handler() 1884 abt_issued_time = jiffies_to_msecs(jiffies) - jiffies_to_msecs(io_req->start_time); in fnic_abort_cmd() 2032 jiffies_to_msecs(jiffies - start_time), in fnic_abort_cmd() 2566 jiffies_to_msecs(jiffies - start_time), in fnic_device_reset()
|
/Linux-v4.19/drivers/leds/trigger/ |
D | ledtrig-netdev.c | 257 jiffies_to_msecs(atomic_read(&trigger_data->interval))); in interval_show() 377 interval = jiffies_to_msecs( in netdev_trig_work()
|
/Linux-v4.19/drivers/net/wireless/ti/wl1251/ |
D | ps.c | 99 jiffies_to_msecs(jiffies - start)); in wl1251_ps_elp_wakeup()
|
/Linux-v4.19/drivers/media/pci/saa7164/ |
D | saa7164-core.c | 370 port->last_svc_msecs = jiffies_to_msecs(jiffies); in saa7164_work_enchandler() 447 port->last_svc_msecs = jiffies_to_msecs(jiffies); in saa7164_work_vbihandler() 540 port->last_irq_msecs = jiffies_to_msecs(jiffies); in saa7164_irq_vbi() 565 port->last_irq_msecs = jiffies_to_msecs(jiffies); in saa7164_irq_encoder() 1161 if ((last_poll_time + 1000 /* ms */) < jiffies_to_msecs(jiffies)) { in saa7164_thread_function() 1163 last_poll_time = jiffies_to_msecs(jiffies); in saa7164_thread_function()
|
/Linux-v4.19/drivers/power/supply/ |
D | s3c_adc_battery.c | 84 jiffies_to_msecs(jiffies - bat->timestamp) > in s3c_adc_backup_bat_get_property() 160 jiffies_to_msecs(jiffies - bat->timestamp) > in s3c_adc_bat_get_property()
|
/Linux-v4.19/drivers/staging/rtl8188eu/os_dep/ |
D | usb_intf.c | 255 jiffies_to_msecs(jiffies - start_time)); in rtw_suspend() 298 ret, jiffies_to_msecs(jiffies - start_time)); in rtw_resume_process()
|
/Linux-v4.19/net/hsr/ |
D | hsr_framereg.c | 475 *if1_age = jiffies_to_msecs(tdiff); in hsr_get_node_data() 485 *if2_age = jiffies_to_msecs(tdiff); in hsr_get_node_data()
|