/linux-4.1.27/kernel/time/ |
D | jiffies.c | 80 u64 get_jiffies_64(void) in get_jiffies_64() function 91 EXPORT_SYMBOL(get_jiffies_64);
|
/linux-4.1.27/arch/arm/kernel/ |
D | smp_twd.c | 205 waitjiffies = get_jiffies_64() + 1; in twd_calibrate_rate() 207 while (get_jiffies_64() < waitjiffies) in twd_calibrate_rate() 219 while (get_jiffies_64() < waitjiffies) in twd_calibrate_rate()
|
/linux-4.1.27/include/linux/ |
D | jiffies.h | 80 u64 get_jiffies_64(void); 82 static inline u64 get_jiffies_64(void) in get_jiffies_64() function
|
/linux-4.1.27/drivers/staging/lustre/include/linux/libcfs/linux/ |
D | linux-time.h | 113 #define cfs_time_current_64 get_jiffies_64
|
/linux-4.1.27/drivers/cpufreq/ |
D | cpufreq_stats.c | 35 unsigned long long cur_time = get_jiffies_64(); in cpufreq_stats_update() 212 stats->last_time = get_jiffies_64(); in __cpufreq_stats_create_table()
|
D | cpufreq.c | 130 cur_wall_time = jiffies64_to_cputime64(get_jiffies_64()); in get_cpu_idle_time_jiffy()
|
/linux-4.1.27/arch/x86/kernel/cpu/mcheck/ |
D | therm_throt.c | 159 now = get_jiffies_64(); in therm_throt_process() 215 u64 now = get_jiffies_64(); in thresh_event_valid()
|
/linux-4.1.27/drivers/target/iscsi/ |
D | iscsi_target_util.c | 1006 (get_jiffies_64() + na->nopin_response_timeout * HZ)); in iscsit_mod_nopin_response_timer() 1026 (get_jiffies_64() + na->nopin_response_timeout * HZ); in iscsit_start_nopin_response_timer() 1091 conn->nopin_timer.expires = (get_jiffies_64() + na->nopin_timeout * HZ); in __iscsit_start_nopin_timer() 1119 conn->nopin_timer.expires = (get_jiffies_64() + na->nopin_timeout * HZ); in iscsit_start_nopin_timer() 1440 ((get_jiffies_64() - ls->last_fail_time) < 10)) { in iscsit_collect_login_stats() 1481 ls->last_fail_time = get_jiffies_64(); in iscsit_collect_login_stats()
|
D | iscsi_target_erl1.c | 1245 (get_jiffies_64() + na->dataout_timeout * HZ)); in iscsit_mod_dataout_timer() 1268 cmd->dataout_timer.expires = (get_jiffies_64() + na->dataout_timeout * HZ); in iscsit_start_dataout_timer()
|
D | iscsi_target_login.c | 329 sess->creation_time = get_jiffies_64(); in iscsi_login_zero_tsih_s1() 905 np->np_login_timer.expires = (get_jiffies_64() + TA_LOGIN_TIMEOUT * HZ); in iscsi_start_login_thread_timer()
|
D | iscsi_target_erl0.c | 814 (get_jiffies_64() + sess->sess_ops->DefaultTime2Retain * HZ); in iscsit_start_time2retain_handler()
|
D | iscsi_target_nego.c | 577 login_timer.expires = (get_jiffies_64() + TA_LOGIN_TIMEOUT * HZ); in iscsi_target_do_login_rx()
|
/linux-4.1.27/net/tipc/ |
D | name_distr.c | 346 unsigned long now = get_jiffies_64(); in tipc_named_add_backlog() 366 unsigned long now = get_jiffies_64(); in tipc_named_process_backlog()
|
/linux-4.1.27/sound/firewire/ |
D | iso-resources.c | 82 s64 delay = (card->reset_jiffies + HZ) - get_jiffies_64(); in wait_isoch_resource_delay_after_bus_reset()
|
/linux-4.1.27/drivers/macintosh/ |
D | rack-meter.c | 224 cur_jiffies = jiffies64_to_cputime64(get_jiffies_64()); in rackmeter_do_timer() 280 rcpu->prev_wall = jiffies64_to_cputime64(get_jiffies_64()); in rackmeter_init_cpu_sniffer()
|
/linux-4.1.27/drivers/firewire/ |
D | core-card.c | 259 time_before64(get_jiffies_64(), card->reset_jiffies + 2 * HZ)) { in br_work() 342 grace = time_after64(get_jiffies_64(), in bm_work()
|
D | core-topology.c | 546 card->reset_jiffies = get_jiffies_64(); in fw_core_handle_bus_reset()
|
D | core-device.c | 808 if (time_before64(get_jiffies_64(), in fw_device_shutdown()
|
D | core-cdev.c | 1261 time_before64(get_jiffies_64(), in iso_resource_work()
|
/linux-4.1.27/fs/fuse/ |
D | dir.c | 80 return get_jiffies_64() + timespec_to_jiffies(&ts); in time_to_jiffies() 198 else if (time_before64(fuse_dentry_time(entry), get_jiffies_64()) || in fuse_dentry_revalidate() 916 if (time_before64(fi->i_time, get_jiffies_64())) { in fuse_update_attributes() 1096 if (time_before64(fi->i_time, get_jiffies_64())) { in fuse_permission()
|
/linux-4.1.27/drivers/platform/x86/ |
D | intel_ips.c | 991 seqno_timestamp = get_jiffies_64(); in ips_monitor() 1101 seqno_timestamp = get_jiffies_64(); in ips_monitor()
|
/linux-4.1.27/drivers/net/xen-netback/ |
D | interface.c | 467 queue->credit_window_start = get_jiffies_64(); in xenvif_init_queue()
|
D | netback.c | 1150 u64 now = get_jiffies_64(); in tx_credit_exceeded()
|
/linux-4.1.27/drivers/target/ |
D | target_core_device.c | 362 deve->creation_time = get_jiffies_64(); in core_enable_device_list_for_node() 1579 dev->creation_time = get_jiffies_64(); in target_configure_device()
|
/linux-4.1.27/drivers/ata/ |
D | libata-eh.c | 391 ent->timestamp = get_jiffies_64(); in ata_ering_record() 1971 u64 j64 = get_jiffies_64(); in ata_eh_speed_down_verdict() 3588 u64 now = get_jiffies_64(); in ata_count_probe_trials_cb()
|
/linux-4.1.27/drivers/target/sbp/ |
D | sbp_target.c | 645 sess->reconnect_expires = get_jiffies_64() + in session_check_for_reset() 693 } else if (!time_after64(get_jiffies_64(), sess->reconnect_expires)) { in session_maintenance_work()
|
/linux-4.1.27/drivers/scsi/qla2xxx/ |
D | qla_attr.c | 1906 get_jiffies_64() - vha->qla_stats.jiffies_at_last_reset; in qla2x00_get_fc_host_stats() 1922 vha->qla_stats.jiffies_at_last_reset = get_jiffies_64(); in qla2x00_reset_host_stats()
|
D | qla_target.c | 3112 cmd->jiffies_at_free = get_jiffies_64(); in qlt_free_cmd() 3120 cmd->jiffies_at_free = get_jiffies_64(); in qlt_free_cmd() 3664 cmd->jiffies_at_alloc = get_jiffies_64(); in qlt_get_tag()
|
D | qla_nx2.c | 3301 now = get_jiffies_64(); in qla8044_collect_md_data()
|
D | qla_init.c | 629 vha->qla_stats.jiffies_at_last_reset = get_jiffies_64(); in qla2x00_initialize_adapter()
|
/linux-4.1.27/drivers/scsi/ |
D | hpsa.c | 5470 h->last_intr_timestamp = get_jiffies_64(); in hpsa_intx_discard_completions() 5488 h->last_intr_timestamp = get_jiffies_64(); in hpsa_msix_discard_completions() 5503 h->last_intr_timestamp = get_jiffies_64(); in do_hpsa_intr_intx() 5520 h->last_intr_timestamp = get_jiffies_64(); in do_hpsa_intr_msi() 6673 now = get_jiffies_64(); in detect_controller_lockup()
|
D | scsi_debug.c | 4020 sqcp->cmnd_timerp->expires = get_jiffies_64() + delta_jiff; in schedule_resp()
|
/linux-4.1.27/include/net/ |
D | tcp.h | 490 u64 val = get_jiffies_64(); in tcp_cookie_time()
|
/linux-4.1.27/kernel/ |
D | sys.c | 905 return (long) jiffies_64_to_clock_t(get_jiffies_64()); in SYSCALL_DEFINE1()
|
/linux-4.1.27/drivers/net/wireless/ath/ath10k/ |
D | debug.c | 1267 cookie = get_jiffies_64(); in ath10k_debug_htt_stats_req()
|
/linux-4.1.27/drivers/staging/lustre/lustre/llite/ |
D | llite_lib.c | 1551 CDEBUG(D_VFSTRACE, "VFS Op: at %llu jiffies\n", get_jiffies_64()); in ll_statfs()
|
/linux-4.1.27/scripts/ |
D | checkpatch.pl | 4862 if ($line =~ /\bget_jiffies_64\s*\(\s*\)\s*$Compare|$Compare\s*get_jiffies_64\s*\(\s*\)/) {
|
/linux-4.1.27/drivers/gpu/drm/ |
D | drm_dp_mst_topology.c | 1333 u64 salt = get_jiffies_64(); in drm_dp_validate_guid()
|
/linux-4.1.27/drivers/scsi/qla4xxx/ |
D | ql4_nx.c | 3039 now = get_jiffies_64(); in qla4_8xxx_collect_md_data()
|