Home
last modified time | relevance | path

Searched refs:jiffies_to_msecs (Results 1 – 200 of 229) sorted by relevance

12

/linux-4.1.27/drivers/staging/rtl8723au/hal/
Drtl8723a_sreset.c41 diff_time = jiffies_to_msecs(jiffies - psrtpriv->last_tx_time); in rtl8723a_sreset_xmit_status_check()
47 diff_time = jiffies_to_msecs(jiffies - psrtpriv->last_tx_complete_time); in rtl8723a_sreset_xmit_status_check()
Dusb_halinit.c764 jiffies_to_msecs(jiffies - init_start_time)); in rtl8723au_hal_init()
1121 jiffies_to_msecs(jiffies - start)); in rtl8723a_read_adapter_info()
Drtl8723a_hal_init.c303 (jiffies_to_msecs(jiffies - fwdl_start_time) > 500 && in rtl8723a_FirmwareDownload()
309 jiffies_to_msecs(jiffies - fwdl_start_time)); in rtl8723a_FirmwareDownload()
/linux-4.1.27/include/trace/events/
Djbd2.h271 jiffies_to_msecs(__entry->wait),
272 jiffies_to_msecs(__entry->request_delay),
273 jiffies_to_msecs(__entry->running),
274 jiffies_to_msecs(__entry->locked),
275 jiffies_to_msecs(__entry->flushing),
276 jiffies_to_msecs(__entry->logging),
308 jiffies_to_msecs(__entry->chp_time),
/linux-4.1.27/drivers/i2c/busses/
Di2c-designware-baytrail.c95 jiffies_to_msecs(jiffies - start)); in baytrail_i2c_acquire()
127 jiffies_to_msecs(jiffies - acquired)); in baytrail_i2c_release()
Di2c-highlander.c241 msleep(jiffies_to_msecs((dev->last_read_time + in highlander_i2c_read()
/linux-4.1.27/drivers/block/drbd/
Ddrbd_debugfs.c27 seq_printf(m, "\t%d", jiffies_to_msecs(dt)); in seq_print_age_or_dash()
107 seq_printf(m, "\t%d", jiffies_to_msecs(now - req->start_jif)); in seq_print_one_request()
144 jiffies_to_msecs(now - tmp.start_jif)); in seq_print_resource_pending_meta_io()
148 seq_printf(m, "%d\t", jiffies_to_msecs(now - tmp.submit_jif)); in seq_print_resource_pending_meta_io()
181 seq_printf(m, "%u\t", jiffies_to_msecs(now - jif)); in seq_print_waiting_for_AL()
210 jiffies_to_msecs(now - start_jif), in seq_print_device_bitmap_io()
267 jiffies_to_msecs(now - peer_req->submit_jif)); in seq_print_peer_request()
288 jiffies_to_msecs(now - device->flush_jif)); in seq_print_device_peer_requests()
417 seq_printf(m, "generated in %d ms\n", jiffies_to_msecs(jif)); in in_flight_summary_show()
545 jiffies_to_msecs(now - td.start_jif), in seq_print_one_timing_detail()
/linux-4.1.27/drivers/scsi/esas2r/
Desas2r_init.c1035 starttime = jiffies_to_msecs(jiffies); in esas2r_check_adapter()
1045 if ((jiffies_to_msecs(jiffies) - starttime) > 2000) in esas2r_check_adapter()
1077 if ((jiffies_to_msecs(jiffies) - starttime) > 180000) { in esas2r_check_adapter()
1088 starttime = jiffies_to_msecs(jiffies); in esas2r_check_adapter()
1100 if ((jiffies_to_msecs(jiffies) - starttime) > 3000) { in esas2r_check_adapter()
1177 starttime = jiffies_to_msecs(jiffies); in esas2r_check_adapter()
1189 if ((jiffies_to_msecs(jiffies) - starttime) > 3000) { in esas2r_check_adapter()
1446 deltatime = jiffies_to_msecs(jiffies) - currtime; in esas2r_init_adapter_hw()
1583 starttime = jiffies_to_msecs(jiffies); in esas2r_power_down_notify_firmware()
1595 if ((jiffies_to_msecs(jiffies) - starttime) > 30000) { in esas2r_power_down_notify_firmware()
[all …]
Desas2r_flash.c947 starttime = jiffies_to_msecs(jiffies); in esas2r_flash_access()
970 if ((jiffies_to_msecs(jiffies) - starttime) > timeout) { in esas2r_flash_access()
1364 u32 time = jiffies_to_msecs(jiffies); in esas2r_nvram_set_defaults()
Desas2r_disc.c93 a->disc_start_time = jiffies_to_msecs(jiffies); in esas2r_disc_initialize()
204 u32 currtime = jiffies_to_msecs(jiffies); in esas2r_disc_check_complete()
Desas2r_io.c713 u32 currtime = jiffies_to_msecs(jiffies); in esas2r_timer_tick()
Desas2r_int.c545 a->chip_init_time = jiffies_to_msecs(jiffies); in esas2r_chip_rst_needed_during_tasklet()
Desas2r_main.c1302 starttime = jiffies_to_msecs(jiffies); in esas2r_wait_request()
1313 if ((jiffies_to_msecs(jiffies) - starttime) > timeout) { in esas2r_wait_request()
/linux-4.1.27/drivers/media/tuners/
Dit913x.c102 jiffies_to_msecs(jiffies) - in it913x_init()
103 (jiffies_to_msecs(timeout) - TIMEOUT), utmp); in it913x_init()
129 jiffies_to_msecs(jiffies) - in it913x_init()
130 (jiffies_to_msecs(timeout) - TIMEOUT), utmp); in it913x_init()
Dsi2157.c60 jiffies_to_msecs(jiffies) - in si2157_cmd_execute()
61 (jiffies_to_msecs(timeout) - TIMEOUT)); in si2157_cmd_execute()
/linux-4.1.27/kernel/time/
Dtime.c249 unsigned int jiffies_to_msecs(const unsigned long j) in jiffies_to_msecs() function
263 EXPORT_SYMBOL(jiffies_to_msecs);
523 if (m > jiffies_to_msecs(MAX_JIFFY_OFFSET)) in msecs_to_jiffies()
533 if (HZ > MSEC_PER_SEC && m > jiffies_to_msecs(MAX_JIFFY_OFFSET)) in msecs_to_jiffies()
Dtimer.c1695 return jiffies_to_msecs(timeout); in msleep_interruptible()
/linux-4.1.27/include/linux/netfilter/ipset/
Dip_set_timeout.h74 jiffies_to_msecs(*timeout - jiffies)/1000; in ip_set_timeout_get()
/linux-4.1.27/block/
Dpartition-generic.c128 jiffies_to_msecs(part_stat_read(p, ticks[READ])), in part_stat_show()
132 jiffies_to_msecs(part_stat_read(p, ticks[WRITE])), in part_stat_show()
134 jiffies_to_msecs(part_stat_read(p, io_ticks)), in part_stat_show()
135 jiffies_to_msecs(part_stat_read(p, time_in_queue))); in part_stat_show()
Dgenhd.c1175 jiffies_to_msecs(part_stat_read(hd, ticks[READ])), in diskstats_show()
1179 jiffies_to_msecs(part_stat_read(hd, ticks[WRITE])), in diskstats_show()
1181 jiffies_to_msecs(part_stat_read(hd, io_ticks)), in diskstats_show()
1182 jiffies_to_msecs(part_stat_read(hd, time_in_queue)) in diskstats_show()
Dscsi_ioctl.c370 hdr->duration = jiffies_to_msecs(jiffies - start_time); in sg_io()
645 hdr.timeout = jiffies_to_msecs(cgc.timeout); in scsi_cmd_ioctl()
Ddeadline-iosched.c397 __data = jiffies_to_msecs(__data); \
Dbsg.c311 bc->hdr.duration = jiffies_to_msecs(jiffies - bc->hdr.duration); in bsg_rq_end_io()
/linux-4.1.27/drivers/net/wireless/ath/carl9170/
Ddebug.c294 jiffies_to_msecs(jiffies - arinfo->timeout)); in carl9170_debugfs_format_frame()
388 jiffies_to_msecs(jiffies - ar->ps.last_action)); in carl9170_debugfs_sta_psm_read()
390 jiffies_to_msecs(jiffies - ar->ps.last_slept)); in carl9170_debugfs_sta_psm_read()
404 jiffies_to_msecs(jiffies - ar->queue_stop_timeout[i]) : 0, in carl9170_debugfs_tx_stuck_read()
405 jiffies_to_msecs(ar->max_queue_stop_timeout[i])); in carl9170_debugfs_tx_stuck_read()
794 jiffies_to_msecs(jiffies - ar->tx_janitor_last_run));
Drx.c86 ar->ps.sleep_ms = jiffies_to_msecs(jiffies - in carl9170_handle_ps()
Dmain.c846 ar->ps.sleep_ms = jiffies_to_msecs(jiffies - in carl9170_ps_update()
/linux-4.1.27/drivers/cpufreq/
Dppc_cbe_cpufreq_pervasive.c95 time = jiffies_to_msecs(time); in cbe_cpufreq_set_pmode()
Dppc_cbe_cpufreq_pmi.c67 time = jiffies_to_msecs(time); in cbe_cpufreq_set_pmode_pmi()
/linux-4.1.27/drivers/media/pci/cx18/
Dcx18-mailbox.c670 jiffies_to_msecs(timeout-ret)); in cx18_api_call()
712 info->name, jiffies_to_msecs(ret)); in cx18_api_call()
719 jiffies_to_msecs(ret), in cx18_api_call()
728 info->name, jiffies_to_msecs(ret)); in cx18_api_call()
731 jiffies_to_msecs(ret), info->name); in cx18_api_call()
/linux-4.1.27/drivers/staging/rtl8723au/core/
Drtw_pwrctrl.c498 jiffies_to_msecs(jiffies - start) <= 3000) in _rtw_pwr_wakeup23a()
509 jiffies_to_msecs(jiffies - start) <= 4000) in _rtw_pwr_wakeup23a()
521 (jiffies_to_msecs(jiffies - start) <= 3000)) { in _rtw_pwr_wakeup23a()
Drtw_sreset.c213 jiffies_to_msecs(jiffies - start)); in rtw_sreset_reset()
Drtw_mlme_ext.c2811 jiffies_to_msecs(jiffies - start)); in issue_probereq_ex()
2817 jiffies_to_msecs(jiffies - start)); in issue_probereq_ex()
3464 jiffies_to_msecs(jiffies - start)); in issue_nulldata23a()
3470 jiffies_to_msecs(jiffies - start)); in issue_nulldata23a()
3590 jiffies_to_msecs(jiffies - start)); in issue_qos_nulldata23a()
3596 jiffies_to_msecs(jiffies - start)); in issue_qos_nulldata23a()
3694 jiffies_to_msecs(jiffies - start)); in issue_deauth_ex()
3700 jiffies_to_msecs(jiffies - start)); in issue_deauth_ex()
4002 passing_time = jiffies_to_msecs(jiffies - start); in send_beacon23a()
Drtw_mlme.c866 jiffies_to_msecs(jiffies - start) <= 200) { in rtw_scan_abort23a()
1555 passed = jiffies_to_msecs(jiffies - competitor->last_scanned); in rtw_check_join_candidate()
/linux-4.1.27/drivers/staging/rtl8188eu/os_dep/
Dosdep_service.c83 return jiffies_to_msecs(jiffies-start); in rtw_get_passing_time_ms()
/linux-4.1.27/drivers/net/wireless/ti/wl1251/
Dps.c99 jiffies_to_msecs(jiffies - start)); in wl1251_ps_elp_wakeup()
/linux-4.1.27/drivers/media/pci/saa7164/
Dsaa7164-core.c369 port->last_svc_msecs = jiffies_to_msecs(jiffies); in saa7164_work_enchandler()
446 port->last_svc_msecs = jiffies_to_msecs(jiffies); in saa7164_work_vbihandler()
539 port->last_irq_msecs = jiffies_to_msecs(jiffies); in saa7164_irq_vbi()
564 port->last_irq_msecs = jiffies_to_msecs(jiffies); in saa7164_irq_encoder()
1176 if ((last_poll_time + 1000 /* ms */) < jiffies_to_msecs(jiffies)) { in saa7164_thread_function()
1178 last_poll_time = jiffies_to_msecs(jiffies); in saa7164_thread_function()
Dsaa7164-vbi.c1103 port->last_read_msecs = jiffies_to_msecs(jiffies); in fops_read()
1206 port->last_poll_msecs = jiffies_to_msecs(jiffies); in fops_poll()
Dsaa7164-encoder.c1157 port->last_read_msecs = jiffies_to_msecs(jiffies); in fops_read()
1259 port->last_poll_msecs = jiffies_to_msecs(jiffies); in fops_poll()
/linux-4.1.27/kernel/power/
Dsuspend_test.c42 msec = jiffies_to_msecs(abs(nj)); in suspend_test_finish()
/linux-4.1.27/net/hsr/
Dhsr_framereg.c464 *if1_age = jiffies_to_msecs(tdiff); in hsr_get_node_data()
474 *if2_age = jiffies_to_msecs(tdiff); in hsr_get_node_data()
/linux-4.1.27/drivers/power/
Ds3c_adc_battery.c84 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()
Dintel_mid_battery.c270 update_time_intrvl = jiffies_to_msecs(jiffies - pbi->update_time); in pmic_battery_read_status()
Dcharger-manager.c1070 jiffies_to_msecs(next_polling - jiffies)); in cm_setup_timer()
1078 fbchk_ms = jiffies_to_msecs(cm->fullbatt_vchk_jiffies_at in cm_setup_timer()
1964 delay = jiffies_to_msecs(delay); in cm_suspend_complete()
Dab8500_fg.c629 jiffies_to_msecs(INS_CURR_TIMEOUT - timeout)); in ab8500_fg_inst_curr_finalize()
731 jiffies_to_msecs(INS_CURR_TIMEOUT - timeout)); in ab8500_fg_inst_curr_blocking()
/linux-4.1.27/drivers/md/
Ddm-stats.c655 result = jiffies_to_msecs(j & 0x3fffff); in dm_jiffies_to_msec64()
657 mult = jiffies_to_msecs(1 << 22); in dm_jiffies_to_msec64()
658 result += (unsigned long long)mult * (unsigned long long)jiffies_to_msecs((j >> 22) & 0x3fffff); in dm_jiffies_to_msec64()
661 …unsigned long long)mult * (unsigned long long)mult * (unsigned long long)jiffies_to_msecs(j >> 44); in dm_jiffies_to_msec64()
Dbitmap.c2254 len += sprintf(page+len, ".%03u", jiffies_to_msecs(jifs)); in timeout_show()
/linux-4.1.27/drivers/scsi/lpfc/
Dlpfc_vport.c267 jiffies_to_msecs(jiffies - start_time)); in lpfc_discovery_wait()
276 jiffies_to_msecs(jiffies in lpfc_discovery_wait()
287 jiffies_to_msecs(jiffies - start_time)); in lpfc_discovery_wait()
Dlpfc_debugfs.c156 ms = jiffies_to_msecs(dtp->jif - lpfc_debugfs_start_time); in lpfc_debugfs_disc_trc_data()
167 ms = jiffies_to_msecs(dtp->jif - lpfc_debugfs_start_time); in lpfc_debugfs_disc_trc_data()
222 ms = jiffies_to_msecs(dtp->jif - lpfc_debugfs_start_time); in lpfc_debugfs_slow_ring_trc_data()
233 ms = jiffies_to_msecs(dtp->jif - lpfc_debugfs_start_time); in lpfc_debugfs_slow_ring_trc_data()
/linux-4.1.27/drivers/oprofile/
Doprofile_files.c33 return oprofilefs_ulong_to_user(jiffies_to_msecs(oprofile_time_slice), in timeout_read()
/linux-4.1.27/drivers/ide/
Dide-park.c103 msecs = jiffies_to_msecs(drive->sleep - now); in ide_park_show()
Dpmac.c904 msleep(jiffies_to_msecs(IDE_WAKEUP_DELAY)); in pmac_ide_do_resume()
1100 msleep(jiffies_to_msecs(IDE_WAKEUP_DELAY)); in pmac_ide_setup_device()
Dide-io.c485 queue_run_ms = jiffies_to_msecs(left + 1); in do_ide_request()
Dide-tape.c1800 jiffies_to_msecs(tape->best_dsc_rw_freq), in idetape_setup()
/linux-4.1.27/drivers/usb/misc/
Drio500.c169 jiffies_to_msecs(rio_cmd.timeout)); in ioctl_rio()
240 jiffies_to_msecs(rio_cmd.timeout)); in ioctl_rio()
/linux-4.1.27/drivers/gpu/drm/radeon/
Dradeon_benchmark.c71 return jiffies_to_msecs(end_jiffies - start_jiffies); in radeon_benchmark_do_move()
Dradeon_ring.c259 elapsed = jiffies_to_msecs(jiffies_64 - last); in radeon_ring_test_lockup()
Datom.c733 if ((jiffies_to_msecs(cjiffies) > 5000)) { in atom_op_jump()
/linux-4.1.27/include/linux/
Djiffies.h283 extern unsigned int jiffies_to_msecs(const unsigned long j);
/linux-4.1.27/net/wireless/
Dcore.h447 return jiffies_to_msecs(end - start); in elapsed_jiffies_msecs()
449 return jiffies_to_msecs(end + (ULONG_MAX - start) + 1); in elapsed_jiffies_msecs()
/linux-4.1.27/drivers/staging/rtl8723au/os_dep/
Dusb_intf.c335 ret, jiffies_to_msecs(jiffies - start_time)); in rtw_suspend()
383 ret, jiffies_to_msecs(jiffies - start_time)); in rtw_resume()
Dos_intfs.c762 jiffies_to_msecs(jiffies - start_time)); in rtw_ips_pwr_up23a()
778 jiffies_to_msecs(jiffies - start_time)); in rtw_ips_pwr_down23a()
/linux-4.1.27/drivers/net/wireless/ath/ath9k/
Dlink.c308 unsigned int timestamp = jiffies_to_msecs(jiffies); in ath_ani_calibrate()
421 unsigned long timestamp = jiffies_to_msecs(jiffies); in ath_start_ani()
Dhtc_drv_main.c752 unsigned long timestamp = jiffies_to_msecs(jiffies); in ath9k_htc_start_ani()
780 unsigned int timestamp = jiffies_to_msecs(jiffies); in ath9k_htc_ani_work()
Dchannel.c366 "Setup chanctx timer with timeout: %d ms\n", jiffies_to_msecs(tsf_time)); in ath_chanctx_setup_timer()
Dmain.c2065 "Flush timeout: %d\n", jiffies_to_msecs(timeout)); in __ath9k_flush()
/linux-4.1.27/drivers/scsi/fnic/
Dfnic_scsi.c976 jiffies_to_msecs(jiffies - start_time)), in fnic_fcpio_icmnd_cmpl_handler()
1138 jiffies_to_msecs(jiffies - start_time), in fnic_fcpio_itmf_cmpl_handler()
1159 jiffies_to_msecs(jiffies - start_time), in fnic_fcpio_itmf_cmpl_handler()
1174 jiffies_to_msecs(jiffies - start_time), in fnic_fcpio_itmf_cmpl_handler()
1349 jiffies_to_msecs(jiffies - start_time), in fnic_cleanup_io()
1412 jiffies_to_msecs(jiffies - start_time), in fnic_wq_copy_cleanup_handler()
1932 jiffies_to_msecs(jiffies - start_time), in fnic_abort_cmd()
2448 jiffies_to_msecs(jiffies - start_time), in fnic_device_reset()
/linux-4.1.27/drivers/staging/lustre/lustre/libcfs/linux/
Dlinux-crypto.c228 tmp = ((bcount * buf_len / jiffies_to_msecs(end - start)) * in cfs_crypto_performance_test()
/linux-4.1.27/drivers/input/
Dff-memless.c179 time_from_level = jiffies_to_msecs(now - state->play_at); in apply_envelope()
187 time_from_level = jiffies_to_msecs(state->stop_at - now); in apply_envelope()
Djoydev.c149 event.time = jiffies_to_msecs(jiffies); in joydev_event()
293 event->time = jiffies_to_msecs(jiffies); in joydev_generate_startup_event()
/linux-4.1.27/fs/dlm/
Drecoverd.c240 jiffies_to_msecs(jiffies - start)); in ls_recover()
/linux-4.1.27/drivers/usb/core/
Dsysfs.c344 jiffies_to_msecs(jiffies - udev->connect_time)); in connected_duration_show()
362 duration = jiffies_to_msecs(jiffies + udev->active_duration); in active_duration_show()
364 duration = jiffies_to_msecs(udev->active_duration); in active_duration_show()
/linux-4.1.27/drivers/usb/serial/
Dgeneric.c265 __func__, jiffies_to_msecs(timeout), in usb_serial_generic_wait_until_sent()
266 jiffies_to_msecs(period)); in usb_serial_generic_wait_until_sent()
Dti_usb_3410_5052.c1228 cwait = jiffies_to_msecs(cwait) / 10; in ti_get_serial_info()
Dio_ti.c2327 cwait = jiffies_to_msecs(cwait) / 10; in get_serial_info()
/linux-4.1.27/drivers/net/wireless/rtlwifi/rtl8192ce/
Dphy.c487 jiffies_to_msecs(jiffies - in _rtl92ce_phy_set_rf_power_state()
549 jiffies_to_msecs(jiffies - in _rtl92ce_phy_set_rf_power_state()
/linux-4.1.27/fs/jbd2/
Djournal.c968 jiffies_to_msecs(s->stats->run.rs_wait / s->stats->ts_tid)); in jbd2_seq_info_show()
971 jiffies_to_msecs(s->stats->run.rs_request_delay / in jbd2_seq_info_show()
974 jiffies_to_msecs(s->stats->run.rs_running / s->stats->ts_tid)); in jbd2_seq_info_show()
976 jiffies_to_msecs(s->stats->run.rs_locked / s->stats->ts_tid)); in jbd2_seq_info_show()
978 jiffies_to_msecs(s->stats->run.rs_flushing / s->stats->ts_tid)); in jbd2_seq_info_show()
980 jiffies_to_msecs(s->stats->run.rs_logging / s->stats->ts_tid)); in jbd2_seq_info_show()
Dtransaction.c806 jiffies_to_msecs(time_lock)); in do_get_write_access()
/linux-4.1.27/net/netfilter/
Dxt_IDLETIMER.c97 jiffies_to_msecs(expires - jiffies) / 1000); in idletimer_tg_show()
Dnft_ct.c87 *dest = jiffies_to_msecs(diff); in nft_ct_get_eval()
/linux-4.1.27/drivers/media/dvb-frontends/
Dsi2168.c60 jiffies_to_msecs(jiffies) - in si2168_cmd_execute()
61 (jiffies_to_msecs(timeout) - TIMEOUT)); in si2168_cmd_execute()
Dlg2160.c192 state->last_reset = jiffies_to_msecs(jiffies); in lg216x_soft_reset()
1040 ((jiffies_to_msecs(jiffies) - state->last_reset) > 6000)) in lg216x_get_frontend()
Drtl2832_sdr.c244 unsigned int msecs = jiffies_to_msecs(jiffies - in rtl2832_sdr_convert_stream()
/linux-4.1.27/drivers/base/power/
Dsysfs.c136 ret = sprintf(buf, "%i\n", jiffies_to_msecs(dev->power.active_jiffies)); in rtpm_active_time_show()
150 jiffies_to_msecs(dev->power.suspended_jiffies)); in rtpm_suspended_time_show()
/linux-4.1.27/drivers/net/wireless/rtlwifi/rtl8192cu/
Dphy.c444 jiffies_to_msecs(jiffies - in _rtl92cu_phy_set_rf_power_state()
526 jiffies_to_msecs(jiffies - ppsc->last_awake_jiffies)); in _rtl92cu_phy_set_rf_power_state()
/linux-4.1.27/drivers/net/wireless/iwlwifi/mvm/
Dtime-event.c578 jiffies_to_msecs(te_data->end_jiffies - jiffies)); in iwl_mvm_protect_session()
585 jiffies_to_msecs(te_data->end_jiffies - jiffies)); in iwl_mvm_protect_session()
/linux-4.1.27/drivers/infiniband/hw/qib/
Dqib_init.c1027 msecs = 1 + jiffies_to_msecs(jiffies); in qib_verify_pioperf()
1030 if (jiffies_to_msecs(jiffies) >= msecs) in qib_verify_pioperf()
1048 msecs = jiffies_to_msecs(jiffies); in qib_verify_pioperf()
1051 emsecs = jiffies_to_msecs(jiffies) - msecs; in qib_verify_pioperf()
/linux-4.1.27/drivers/mmc/core/
Dsdio_cis.c190 func->enable_timeout = jiffies_to_msecs(HZ); in cistpl_funce_func()
/linux-4.1.27/drivers/misc/mei/
Dwd.c200 MEI_WD_STOP_TIMEOUT - jiffies_to_msecs(ret)); in mei_wd_stop()
Dhw-txe.c282 jiffies_to_msecs(timeout - err), in mei_txe_aliveness_wait()
/linux-4.1.27/drivers/net/wireless/ti/wlcore/
Dps.c161 jiffies_to_msecs(jiffies - start_time)); in wl1271_ps_elp_wakeup()
Dtx.c1180 jiffies_to_msecs(jiffies - start_time)); in wl1271_tx_flush()
/linux-4.1.27/drivers/pci/hotplug/
Dpciehp_hpc.c163 rc = pcie_poll_cmd(ctrl, jiffies_to_msecs(timeout)); in pcie_wait_cmd()
176 jiffies_to_msecs(jiffies - ctrl->cmd_started)); in pcie_wait_cmd()
Dcpqphp_ctrl.c61 msleep_interruptible(jiffies_to_msecs(delay)); in long_delay()
/linux-4.1.27/drivers/media/radio/wl128x/
Dfmdrv_rx.c109 jiffies_to_msecs(FM_DRV_TX_TIMEOUT) / 1000); in fm_rx_set_freq()
253 jiffies_to_msecs(FM_DRV_RX_SEEK_TIMEOUT) / 1000); in fm_rx_seek()
Dfmdrv_tx.c281 jiffies_to_msecs(FM_DRV_TX_TIMEOUT) / 1000); in enable_xmit()
Dfmdrv_common.c477 jiffies_to_msecs(FM_DRV_TX_TIMEOUT) / 1000); in fmc_send_cmd()
1524 jiffies_to_msecs(FM_ST_REG_TIMEOUT) / 1000); in fmc_prepare()
/linux-4.1.27/sound/pci/hda/
Dhda_sysfs.c35 return sprintf(buf, "%u\n", jiffies_to_msecs(codec->power_on_acct)); in power_on_acct_show()
44 return sprintf(buf, "%u\n", jiffies_to_msecs(codec->power_off_acct)); in power_off_acct_show()
/linux-4.1.27/net/sched/
Dsch_sfb.c562 .rehash_interval = jiffies_to_msecs(q->rehash_interval), in sfb_dump()
563 .warmup_time = jiffies_to_msecs(q->warmup_time), in sfb_dump()
/linux-4.1.27/drivers/net/wireless/iwlegacy/
D3945-rs.c205 jiffies_to_msecs(jiffies - rs_sta->last_partial_flush); in il3945_bg_rate_scale_flush()
844 jiffies_to_msecs(lq_sta->flush_time)); in il3945_sta_dbgfs_stats_table_read()
D4965-rs.c273 u32 curr_time = jiffies_to_msecs(jiffies); in il4965_rs_tl_add_packet()
326 u32 curr_time = jiffies_to_msecs(jiffies); in il4965_rs_tl_get_load()
Dcommon.c342 jiffies_to_msecs(HOST_COMPLETE_TIMEOUT)); in il_send_cmd_sync()
1463 jiffies_to_msecs(jiffies - il->scan_start)); in il_hdl_scan_complete()
4820 jiffies_to_msecs(now - txq->time_stamp)); in il_check_stuck_queue()
/linux-4.1.27/drivers/scsi/
Dsg.c797 hp->duration = jiffies_to_msecs(jiffies); in sg_common_write()
1035 ms = jiffies_to_msecs(jiffies); in sg_ioctl()
1309 ms = jiffies_to_msecs(jiffies); in sg_rq_end_io()
2080 resp->header.duration = jiffies_to_msecs(jiffies); in sg_add_request()
2604 jiffies_to_msecs(fp->timeout), in sg_proc_debug_helper()
2639 ms = jiffies_to_msecs(jiffies); in sg_proc_debug_helper()
2642 jiffies_to_msecs(fp->timeout)), in sg_proc_debug_helper()
Dscsi_sysfs.c886 jiffies_to_msecs(sdev->queue_ramp_up_period)); in sdev_show_queue_ramp_up_period()
Dscsi_error.c1032 msleep(jiffies_to_msecs(stall_for)); in scsi_send_eh_cmnd()
/linux-4.1.27/net/l2tp/
Dl2tp_debugfs.c183 jiffies_to_msecs(session->reorder_timeout)); in l2tp_dfs_seq_session_show()
Dl2tp_ppp.c1465 *val = (int) jiffies_to_msecs(session->reorder_timeout); in pppol2tp_session_getsockopt()
1672 jiffies_to_msecs(session->reorder_timeout)); in pppol2tp_seq_session_show()
/linux-4.1.27/net/batman-adv/
Doriginator.c808 jiffies_to_msecs(last_seen)); in batadv_purge_orig_neighbors()
883 jiffies_to_msecs(orig_node->last_seen)); in batadv_purge_orig_node()
Ddebugfs.c94 jiffies_to_msecs(jiffies), tmp_log_buf); in batadv_debug_log()
Ddistributed-arp-table.c775 last_seen_msecs = jiffies_to_msecs(last_seen_jiffies); in batadv_dat_cache_seq_print_text()
Dbridge_loop_avoidance.c1697 msecs = jiffies_to_msecs(jiffies - in batadv_bla_backbone_table_seq_print_text()
Dbat_iv_ogm.c1833 last_seen_msecs = jiffies_to_msecs(last_seen_jiffies); in batadv_iv_ogm_orig_print()
Dtranslation-table.c942 last_seen_msecs = jiffies_to_msecs(last_seen_jiffies); in batadv_tt_local_seq_print_text()
/linux-4.1.27/drivers/media/dvb-frontends/drx39xyj/
Ddrxj.c1922 start_timer = jiffies_to_msecs(jiffies); in drxj_dap_read_aud_reg16()
1933 current_timer = jiffies_to_msecs(jiffies); in drxj_dap_read_aud_reg16()
1948 start_timer = jiffies_to_msecs(jiffies); in drxj_dap_read_aud_reg16()
1958 current_timer = jiffies_to_msecs(jiffies); in drxj_dap_read_aud_reg16()
2027 start_timer = jiffies_to_msecs(jiffies); in drxj_dap_write_aud_reg16()
2037 current_timer = jiffies_to_msecs(jiffies); in drxj_dap_write_aud_reg16()
8869 start_time = jiffies_to_msecs(jiffies); in qam64auto()
8890 d_locked_time = jiffies_to_msecs(jiffies); in qam64auto()
8896 ((jiffies_to_msecs(jiffies) - d_locked_time) > in qam64auto()
8936 jiffies_to_msecs(jiffies); in qam64auto()
[all …]
/linux-4.1.27/drivers/net/wireless/ipw2x00/
Dlibipw_wx.c53 return jiffies_to_msecs(end - start); in elapsed_jiffies_msecs()
55 return jiffies_to_msecs(end + (MAX_JIFFY_OFFSET - start) + 1); in elapsed_jiffies_msecs()
Dipw2200.c2381 jiffies_to_msecs(IPW_SCAN_CHECK_WATCHDOG)); in ipw_scan_check()
2386 jiffies_to_msecs(IPW_SCAN_CHECK_WATCHDOG)); in ipw_scan_check()
5564 jiffies_to_msecs(jiffies - in ipw_find_adhoc_network()
5740 jiffies_to_msecs(jiffies - in ipw_best_network()
5751 jiffies_to_msecs(jiffies - in ipw_best_network()
/linux-4.1.27/drivers/misc/eeprom/
Dat25.c249 jiffies_to_msecs(jiffies - in at25_ee_write()
/linux-4.1.27/net/ipv4/
Dtcp_cubic.c125 return jiffies_to_msecs(jiffies); in bictcp_clock()
Dinet_diag.c288 r->idiag_expires = jiffies_to_msecs(tmo); in inet_twsk_diag_fill()
321 r->idiag_expires = (tmo >= 0) ? jiffies_to_msecs(tmo) : 0; in inet_req_diag_fill()
Dtcp.c2651 info->tcpi_last_data_sent = jiffies_to_msecs(now - tp->lsndtime); in tcp_get_info()
2652 info->tcpi_last_data_recv = jiffies_to_msecs(now - icsk->icsk_ack.lrcvtime); in tcp_get_info()
2653 info->tcpi_last_ack_recv = jiffies_to_msecs(now - tp->rcv_tstamp); in tcp_get_info()
2815 val = jiffies_to_msecs(icsk->icsk_user_timeout); in do_tcp_getsockopt()
Dipconfig.c278 elapsed = jiffies_to_msecs(jiffies - start); in ic_open_devs()
/linux-4.1.27/drivers/net/wireless/rtlwifi/
Dps.c332 ps_timediff = jiffies_to_msecs(jiffies - in rtl_get_fwlps_doze()
706 rtlpriv->psc.sleep_ms = jiffies_to_msecs(jiffies - in rtl_swlps_wq_callback()
/linux-4.1.27/drivers/block/mtip32xx/
Dmtip32xx.c1185 jiffies_to_msecs(jiffies - start)); in mtip_exec_internal_command()
1457 jiffies_to_msecs(jiffies - start)); in mtip_standby_immediate()
2902 jiffies_to_msecs(jiffies - start) / 1000); in mtip_ftl_rebuild_poll()
2908 jiffies_to_msecs(jiffies - start) / 1000); in mtip_ftl_rebuild_poll()
2918 jiffies_to_msecs(jiffies - start) / 1000); in mtip_ftl_rebuild_poll()
3229 jiffies_to_msecs(timetaken)); in mtip_hw_init()
3237 jiffies_to_msecs(timetaken)); in mtip_hw_init()
/linux-4.1.27/kernel/irq/
Dproc.c268 jiffies_to_msecs(desc->last_unhandled)); in irq_spurious_proc_show()
/linux-4.1.27/drivers/tty/
Dtty_port.c531 jiffies_to_msecs(port->close_delay)); in tty_port_close_end()
Drocket.c1044 msleep_interruptible(jiffies_to_msecs(port->close_delay)); in rp_close()
1487 msleep_interruptible(jiffies_to_msecs(check_time)); in rp_wait_until_sent()
Damiserial.c1485 msleep_interruptible(jiffies_to_msecs(char_time)); in rs_wait_until_sent()
Dcyclades.c1661 if (msleep_interruptible(jiffies_to_msecs(char_time))) in cy_wait_until_sent()
1669 msleep_interruptible(jiffies_to_msecs(char_time * 5)); in cy_wait_until_sent()
Dsynclinkmp.c1101 msleep_interruptible(jiffies_to_msecs(char_time)); in wait_until_sent()
1113 msleep_interruptible(jiffies_to_msecs(char_time)); in wait_until_sent()
Dsynclink.c3165 msleep_interruptible(jiffies_to_msecs(char_time)); in mgsl_wait_until_sent()
3174 msleep_interruptible(jiffies_to_msecs(char_time)); in mgsl_wait_until_sent()
/linux-4.1.27/drivers/media/pci/ivtv/
Divtv-mailbox.c320 jiffies_to_msecs(jiffies - then)); in ivtv_api_call()
/linux-4.1.27/drivers/usb/musb/
Dda8xx.c284 jiffies_to_msecs(timeout - jiffies)); in da8xx_musb_try_idle()
Dam35x.c212 jiffies_to_msecs(timeout - jiffies)); in am35x_musb_try_idle()
Domap2430.c139 (unsigned long)jiffies_to_msecs(timeout - jiffies)); in omap2430_musb_try_idle()
Dmusb_dsps.c205 jiffies_to_msecs(timeout - jiffies)); in dsps_musb_try_idle()
Dtusb6010.c543 (unsigned long)jiffies_to_msecs(timeout - jiffies)); in tusb_musb_try_idle()
/linux-4.1.27/drivers/net/wireless/rtlwifi/rtl8192se/
Dphy.c571 jiffies_to_msecs(jiffies - in rtl92s_phy_set_rf_power_state()
638 jiffies_to_msecs(jiffies - in rtl92s_phy_set_rf_power_state()
643 jiffies_to_msecs(jiffies - in rtl92s_phy_set_rf_power_state()
/linux-4.1.27/net/sctp/
Dsocket.c4275 status.sstat_primary.spinfo_rto = jiffies_to_msecs(transport->rto); in sctp_getsockopt_sctp_status()
4335 pinfo.spinfo_rto = jiffies_to_msecs(transport->rto); in sctp_getsockopt_peer_addr_info()
4646 params.spp_hbinterval = jiffies_to_msecs(trans->hbinterval); in sctp_getsockopt_peer_addr_params()
4649 params.spp_sackdelay = jiffies_to_msecs(trans->sackdelay); in sctp_getsockopt_peer_addr_params()
4655 params.spp_hbinterval = jiffies_to_msecs(asoc->hbinterval); in sctp_getsockopt_peer_addr_params()
4658 params.spp_sackdelay = jiffies_to_msecs(asoc->sackdelay); in sctp_getsockopt_peer_addr_params()
4752 params.sack_delay = jiffies_to_msecs( in sctp_getsockopt_delayed_ack()
5229 rtoinfo.srto_initial = jiffies_to_msecs(asoc->rto_initial); in sctp_getsockopt_rtoinfo()
5230 rtoinfo.srto_max = jiffies_to_msecs(asoc->rto_max); in sctp_getsockopt_rtoinfo()
5231 rtoinfo.srto_min = jiffies_to_msecs(asoc->rto_min); in sctp_getsockopt_rtoinfo()
/linux-4.1.27/drivers/infiniband/hw/ipath/
Dipath_driver.c338 msecs = 1 + jiffies_to_msecs(jiffies); in ipath_verify_pioperf()
341 if (jiffies_to_msecs(jiffies) >= msecs) in ipath_verify_pioperf()
363 msecs = jiffies_to_msecs(jiffies); in ipath_verify_pioperf()
366 emsecs = jiffies_to_msecs(jiffies) - msecs; in ipath_verify_pioperf()
/linux-4.1.27/drivers/video/fbdev/omap2/dss/
Ddispc-compat.c85 jiffies_to_msecs(jiffies - stats.last_reset)); in dispc_dump_irqs()
/linux-4.1.27/drivers/char/tpm/
Dtpm2-cmd.c570 loops = jiffies_to_msecs(duration) / delay_msec; in tpm2_do_selftest()
Dtpm-interface.c759 loops = jiffies_to_msecs(duration) / delay_msec; in tpm_do_selftest()
/linux-4.1.27/drivers/thermal/
Dintel_powerclamp.c803 duration = jiffies_to_msecs(DEFAULT_DURATION_JIFFIES); in powerclamp_init()
/linux-4.1.27/drivers/tty/serial/
Dserial_core.c686 retinfo->close_delay = jiffies_to_msecs(port->close_delay) / 10; in do_uart_get_info()
689 jiffies_to_msecs(port->closing_wait) / 10; in do_uart_get_info()
1418 msleep_interruptible(jiffies_to_msecs(port->close_delay)); in uart_close()
1488 msleep_interruptible(jiffies_to_msecs(char_time)); in uart_wait_until_sent()
D68328serial.c1069 msleep_interruptible(jiffies_to_msecs(port->close_delay));
Damba-pl011.c963 if (jiffies_to_msecs(jiffies - dmarx->last_jiffies) in pl011_dma_rx_poll()
/linux-4.1.27/drivers/md/bcache/
Dwriteback.c240 jiffies_to_msecs(delay) > 50) in read_dirty()
/linux-4.1.27/drivers/platform/x86/
Dintel_ips.c1105 last_msecs = jiffies_to_msecs(jiffies); in ips_monitor()
1113 last_sample_period = jiffies_to_msecs(jiffies) - last_msecs; in ips_monitor()
/linux-4.1.27/include/net/
Dnetlink.h958 u64 tmp = jiffies_to_msecs(njiffies); in nla_put_msecs()
/linux-4.1.27/drivers/scsi/csiostor/
Dcsio_attr.c352 seconds = jiffies_to_msecs(jiffies) - hw->stats.n_reset_start; in csio_get_stats()
Dcsio_hw.c3813 hw->stats.n_reset_start = jiffies_to_msecs(jiffies); in csio_hw_reset()
/linux-4.1.27/net/mac80211/
Ddebugfs_sta.c109 jiffies_to_msecs(jiffies - sta->last_rx)); in sta_inactive_ms_read()
Ddebugfs_netdev.c131 jiffies_to_msecs(sdata->field)); \
Dcfg.c1515 pinfo->exptime = jiffies_to_msecs(mpath->exp_time - jiffies); in mpath_set_pinfo()
1517 jiffies_to_msecs(mpath->discovery_timeout); in mpath_set_pinfo()
2507 if (new_roc->duration > jiffies_to_msecs(remaining)) in ieee80211_coalesce_started_roc()
Dsta_info.c1829 sinfo->inactive_time = jiffies_to_msecs(jiffies - sta->last_rx); in sta_set_sinfo()
/linux-4.1.27/drivers/media/pci/solo6x10/
Dsolo6x10-core.c316 return sprintf(buf, "%ums\n", jiffies_to_msecs(solo_dev->p2m_jiffies)); in p2m_timeout_show()
/linux-4.1.27/drivers/ata/
Dsata_fsl.c916 500, jiffies_to_msecs(deadline - start_jiffies)); in sata_fsl_hardreset()
924 jiffies_to_msecs(jiffies - start_jiffies)); in sata_fsl_hardreset()
Dsata_sil24.c676 timeout_msec = jiffies_to_msecs(deadline - jiffies); in sil24_softreset()
Dlibahci.c1322 msecs = jiffies_to_msecs(deadline - now); in ahci_do_softreset()
/linux-4.1.27/net/ipv6/
Daddrconf.c4558 jiffies_to_msecs(cnf->rtr_solicit_interval); in ipv6_store_devconf()
4560 jiffies_to_msecs(cnf->rtr_solicit_delay); in ipv6_store_devconf()
4563 jiffies_to_msecs(cnf->mldv1_unsolicited_report_interval); in ipv6_store_devconf()
4565 jiffies_to_msecs(cnf->mldv2_unsolicited_report_interval); in ipv6_store_devconf()
4578 jiffies_to_msecs(cnf->rtr_probe_interval); in ipv6_store_devconf()
4675 ci.reachable_time = jiffies_to_msecs(idev->nd_parms->reachable_time); in inet6_fill_ifla6_attrs()
4676 ci.retrans_time = jiffies_to_msecs(NEIGH_VAR(idev->nd_parms, RETRANS_TIME)); in inet6_fill_ifla6_attrs()
/linux-4.1.27/drivers/media/pci/cx23885/
Daltera-ci.c360 jiffies_to_msecs(jiffies + msecs_to_jiffies(9999) - t_out)); in altera_ci_slot_reset()
/linux-4.1.27/drivers/staging/android/
Dsync.c394 jiffies_to_msecs(timeout)); in sync_fence_wait()
/linux-4.1.27/drivers/media/i2c/s5c73m3/
Ds5c73m3-core.c265 jiffies_to_msecs(jiffies - start)); in s5c73m3_check_status()
344 msg, jiffies_to_msecs(jiffies - start)); in s5c73m3_set_af_softlanding()
/linux-4.1.27/drivers/input/mouse/
Dsentelic.c674 jiffies_msec = jiffies_to_msecs(jiffies); in fsp_packet_debug()
/linux-4.1.27/net/openvswitch/
Dflow.c59 idle_ms = jiffies_to_msecs(jiffies - flow_jiffies); in ovs_flow_used_time()
/linux-4.1.27/drivers/net/wireless/iwlwifi/pcie/
Dtx.c166 jiffies_to_msecs(txq->wd_timeout)); in iwl_pcie_txq_stuck_timer()
1687 jiffies_to_msecs(HOST_COMPLETE_TIMEOUT)); in iwl_pcie_send_hcmd_sync()
/linux-4.1.27/drivers/net/wireless/rtlwifi/rtl8723ae/
Dphy.c1618 jiffies_to_msecs(jiffies - in _rtl8723e_phy_set_rf_power_state()
1678 jiffies_to_msecs(jiffies - in _rtl8723e_phy_set_rf_power_state()
/linux-4.1.27/net/sunrpc/
Dsched.c93 task->tk_pid, jiffies_to_msecs(task->tk_timeout)); in __rpc_add_timer()
/linux-4.1.27/drivers/net/wireless/iwlwifi/dvm/
Dscan.c324 jiffies_to_msecs(jiffies - priv->scan_start)); in iwl_rx_scan_complete_notif()
Drx.c327 msecs = jiffies_to_msecs(stamp - priv->rx_statistics_jiffies); in iwlagn_recover_from_statistics()
Drs.c287 u32 curr_time = jiffies_to_msecs(jiffies); in rs_tl_add_packet()
369 u32 curr_time = jiffies_to_msecs(jiffies); in rs_tl_get_load()
Dmain.c1838 reload_msec = jiffies_to_msecs((long) reload_jiffies - in iwlagn_fw_error()
/linux-4.1.27/drivers/net/wireless/ath/wil6210/
Dmain.c667 jiffies_to_msecs(to-left), wil->hw_version); in wil_wait_for_fw_ready()
Dwmi.c829 to_msec - jiffies_to_msecs(remain)); in wmi_call()
/linux-4.1.27/drivers/devfreq/
Ddevfreq.c1029 jiffies_to_msecs(devfreq->time_in_state[i])); in trans_stat_show()
/linux-4.1.27/fs/ocfs2/cluster/
Dheartbeat.c296 jiffies_to_msecs(jiffies - reg->hr_last_timeout_start)); in o2hb_write_timeout()
1217 lts = jiffies_to_msecs(jiffies - lts); in o2hb_debug_open()
/linux-4.1.27/drivers/infiniband/hw/ocrdma/
Docrdma_stats.c601 secs = jiffies_to_msecs(now - dev->last_stats_time) / 1000U; in ocrdma_update_stats()
/linux-4.1.27/drivers/media/usb/airspy/
Dairspy.c256 unsigned int msecs = jiffies_to_msecs(jiffies - in airspy_convert_stream()
/linux-4.1.27/drivers/media/platform/vivid/
Dvivid-kthread-cap.c488 dev->ms_vid_cap = jiffies_to_msecs(jiffies - dev->jiffies_vid_cap); in vivid_fillbuff()
/linux-4.1.27/drivers/media/usb/hackrf/
Dhackrf.c233 unsigned int msecs = jiffies_to_msecs(jiffies - in hackrf_convert_stream()
/linux-4.1.27/drivers/media/usb/msi2500/
Dmsi2500.c361 unsigned int msecs = jiffies_to_msecs(jiffies - in msi2500_convert_stream()
/linux-4.1.27/drivers/net/wireless/rtlwifi/rtl8188ee/
Dphy.c2230 jiffies_to_msecs(jiffies - in _rtl88ee_phy_set_rf_power_state()
2315 jiffies_to_msecs(jiffies - in _rtl88ee_phy_set_rf_power_state()
/linux-4.1.27/drivers/net/wireless/rtlwifi/rtl8723be/
Dphy.c2614 jiffies_to_msecs(jiffies - in _rtl8723be_phy_set_rf_power_state()
2702 jiffies_to_msecs(jiffies - in _rtl8723be_phy_set_rf_power_state()
/linux-4.1.27/mm/
Dkmemleak.c359 unsigned int msecs_age = jiffies_to_msecs(jiffies - object->jiffies); in print_unreferenced()
/linux-4.1.27/drivers/net/wireless/rtlwifi/rtl8192de/
Dphy.c3125 jiffies_to_msecs(jiffies - in rtl92d_phy_set_rf_power_state()
3189 jiffies_to_msecs(jiffies - ppsc->last_awake_jiffies)); in rtl92d_phy_set_rf_power_state()
3192 jiffies_to_msecs(jiffies - in rtl92d_phy_set_rf_power_state()
/linux-4.1.27/net/core/
Dnet-sysfs.c1078 return sprintf(buf, "%u\n", jiffies_to_msecs(dql->slack_hold_time)); in bql_show_hold_time()
Dneighbour.c1814 .ndtc_last_flush = jiffies_to_msecs(flush_delta), in neightbl_fill_info()
1815 .ndtc_last_rand = jiffies_to_msecs(rand_delta), in neightbl_fill_info()
/linux-4.1.27/drivers/net/wireless/rtlwifi/rtl8192ee/
Dphy.c3112 jiffies_to_msecs(jiffies - in _rtl92ee_phy_set_rf_power_state()
3192 jiffies_to_msecs(jiffies - in _rtl92ee_phy_set_rf_power_state()
/linux-4.1.27/drivers/net/wireless/brcm80211/brcmsmac/
Dmac80211_if.c916 "ret=%d\n", jiffies_to_msecs(ret)); in brcms_ops_flush()
/linux-4.1.27/kernel/
Dsysctl.c2485 *lvalp = jiffies_to_msecs(lval); in do_proc_dointvec_ms_jiffies_conv()
/linux-4.1.27/drivers/scsi/libfc/
Dfc_fcp.c1698 fsp, jiffies_to_msecs(rec_tov)); in fc_fcp_srr()
/linux-4.1.27/drivers/infiniband/ulp/ipoib/
Dipoib_main.c810 jiffies_to_msecs(jiffies - dev->trans_start)); in ipoib_timeout()
/linux-4.1.27/drivers/char/pcmcia/
Dsynclink_cs.c2409 msleep_interruptible(jiffies_to_msecs(char_time)); in mgslpc_wait_until_sent()
2418 msleep_interruptible(jiffies_to_msecs(char_time)); in mgslpc_wait_until_sent()
/linux-4.1.27/drivers/media/common/siano/
Dsmscoreapi.c1490 unsigned long time_now = jiffies_to_msecs(jiffies); in smscore_onresponse()
/linux-4.1.27/drivers/net/wireless/brcm80211/brcmfmac/
Dp2p.c1796 delta_ms = jiffies_to_msecs(jiffies - p2p->af_tx_sent_jiffies); in brcmf_p2p_send_action_frame()
/linux-4.1.27/drivers/scsi/qla2xxx/
Dqla_init.c4425 ha->idc_audit_ts = (jiffies_to_msecs(jiffies) / 1000); in qla83xx_idc_audit()
4432 duration_secs = ((jiffies_to_msecs(jiffies) - in qla83xx_idc_audit()
4433 jiffies_to_msecs(ha->idc_audit_ts)) / 1000); in qla83xx_idc_audit()
/linux-4.1.27/net/bridge/
Dbr_multicast.c480 mldq->mld_maxdelay = htons((u16)jiffies_to_msecs(interval)); in br_ip6_multicast_alloc_query()
/linux-4.1.27/net/tipc/
Dlink.c1746 l_ptr->abort_limit = tol / (jiffies_to_msecs(l_ptr->cont_intv) / 4); in link_set_supervision_props()
/linux-4.1.27/drivers/net/wireless/ath/wcn36xx/
Dsmd.c271 jiffies_to_msecs(jiffies - start)); in wcn36xx_smd_send_and_wait()
/linux-4.1.27/drivers/usb/atm/
Dueagle-atm.c1133 jiffies_to_msecs(ret)); in wait_cmv_ack()
/linux-4.1.27/drivers/net/wireless/
Dmwl8k.c2259 ms = MWL8K_CMD_TIMEOUT_MS - jiffies_to_msecs(timeout); in mwl8k_post_cmd()
3108 survey->time = jiffies_to_msecs(priv->channel_time); in mwl8k_update_survey()

12