| /linux/include/linux/ |
| H A D | jiffies.h | 85 u64 get_jiffies_64(void); 95 static inline u64 get_jiffies_64(void) in get_jiffies_64() function 265 #define time_is_before_jiffies64(a) time_after64(get_jiffies_64(), a) 280 #define time_is_after_jiffies64(a) time_before64(get_jiffies_64(), a) 295 #define time_is_before_eq_jiffies64(a) time_after_eq64(get_jiffies_64(), a) 310 #define time_is_after_eq_jiffies64(a) time_before_eq64(get_jiffies_64(), a)
|
| /linux/kernel/time/ |
| H A D | jiffies.c | 47 u64 get_jiffies_64(void) in get_jiffies_64() function 58 EXPORT_SYMBOL(get_jiffies_64);
|
| /linux/drivers/i2c/busses/ |
| H A D | i2c-octeon-core.c | 59 u64 end = get_jiffies_64() + i2c->adap.timeout; in octeon_i2c_wait() 62 time_before64(get_jiffies_64(), end)) in octeon_i2c_wait() 179 u64 end = get_jiffies_64() + i2c->adap.timeout; in octeon_i2c_hlc_wait() 182 time_before64(get_jiffies_64(), end)) in octeon_i2c_hlc_wait()
|
| /linux/drivers/macintosh/ |
| H A D | rack-meter.c | 222 cur_nsecs = jiffies64_to_nsecs(get_jiffies_64()); in rackmeter_do_timer() 279 rcpu->prev_wall = jiffies64_to_nsecs(get_jiffies_64()); in rackmeter_init_cpu_sniffer()
|
| /linux/drivers/net/ethernet/intel/ice/ |
| H A D | ice_arfs.c | 197 arfs_entry->time_activated, get_jiffies_64()); in ice_arfs_is_flow_expired() 243 e->time_activated = get_jiffies_64(); in ice_arfs_update_flow_rules()
|
| /linux/net/netfilter/ |
| H A D | nft_set_hash.c | 95 .tstamp = get_jiffies_64(), in nft_rhash_lookup() 115 .tstamp = get_jiffies_64(), in nft_rhash_get() 136 .tstamp = get_jiffies_64(), in nft_rhash_update()
|
| H A D | nft_dynset.c | 108 WRITE_ONCE(nft_set_ext_timeout(ext)->expiration, get_jiffies_64() + timeout); in nft_dynset_eval()
|
| H A D | nft_set_pipapo.c | 578 e = pipapo_get_slow(m, (const u8 *)key, 0, get_jiffies_64()); in nft_pipapo_lookup() 604 nft_genmask_cur(net), get_jiffies_64()); in nft_pipapo_get()
|
| H A D | nft_set_pipapo_avx2.c | 1284 e = pipapo_get_avx2(m, rp, 0, get_jiffies_64()); in nft_pipapo_avx2_lookup()
|
| /linux/drivers/xen/events/ |
| H A D | events_base.c | 569 u64 now = get_jiffies_64(); in lateeoi_list_add() 624 info->eoi_time = get_jiffies_64() + delay; in xen_irq_lateeoi_locked() 652 u64 now = get_jiffies_64(); in xen_irq_lateeoi_worker() 1696 info->eoi_time = get_jiffies_64() + event_eoi_delay; in handle_irq_for_port()
|
| /linux/drivers/gpu/drm/ |
| H A D | drm_pagemap.c | 709 devmem_allocation->timeslice_expiration = get_jiffies_64() + in drm_pagemap_migrate_to_devmem() 1138 if (time_before64(get_jiffies_64(), zdd->devmem_allocation->timeslice_expiration)) in __drm_pagemap_migrate_to_ram()
|
| /linux/drivers/platform/x86/ |
| H A D | intel_ips.c | 984 seqno_timestamp = get_jiffies_64(); in ips_monitor() 1094 seqno_timestamp = get_jiffies_64(); in ips_monitor()
|
| /linux/drivers/firewire/ |
| H A D | core-topology.c | 480 card->reset_jiffies = get_jiffies_64(); in fw_core_handle_bus_reset()
|
| /linux/drivers/target/iscsi/ |
| H A D | iscsi_target_util.c | 897 (get_jiffies_64() + na->nopin_response_timeout * HZ)); in iscsit_mod_nopin_response_timer() 1334 ls->last_fail_time = get_jiffies_64(); in iscsit_collect_login_stats()
|
| H A D | iscsi_target_erl1.c | 1194 (get_jiffies_64() + na->dataout_timeout * HZ)); in iscsit_mod_dataout_timer()
|
| H A D | iscsi_target_login.c | 263 sess->creation_time = get_jiffies_64(); in iscsi_login_zero_tsih_s1()
|
| /linux/drivers/mailbox/ |
| H A D | imx-mailbox.c | 160 u64 timeout_time = get_jiffies_64() + IMX_MU_SECO_TX_TOUT; in imx_mu_tx_waiting_write() 184 u64 timeout_time = get_jiffies_64() + IMX_MU_SECO_RX_TOUT; in imx_mu_rx_waiting_read()
|
| /linux/drivers/gpu/drm/amd/amdkfd/ |
| H A D | kfd_device_queue_manager.c | 1159 pdd->last_evict_timestamp = get_jiffies_64(); in evict_process_queues_nocpsch() 1218 pdd->last_evict_timestamp = get_jiffies_64(); in evict_process_queues_cpsch() 1242 pdd->last_evict_timestamp = get_jiffies_64(); in evict_process_queues_cpsch() 1327 eviction_duration = get_jiffies_64() - pdd->last_evict_timestamp; in restore_process_queues_nocpsch() 1390 eviction_duration = get_jiffies_64() - pdd->last_evict_timestamp; in restore_process_queues_cpsch()
|
| H A D | kfd_device.c | 1256 active_time = get_jiffies_64() - p->last_restore_timestamp; in kgd2kfd_schedule_evict_and_restore_process()
|
| /linux/drivers/net/xen-netback/ |
| H A D | interface.c | 568 queue->credit_window_start = get_jiffies_64(); in xenvif_init_queue()
|
| /linux/drivers/cpufreq/ |
| H A D | powernv-cpufreq.c | 760 cur_msec = jiffies_to_msecs(get_jiffies_64()); in powernv_cpufreq_target_index()
|
| /linux/drivers/ata/ |
| H A D | libata-eh.c | 383 ent->timestamp = get_jiffies_64(); in ata_ering_record() 1851 u64 j64 = get_jiffies_64(); in ata_eh_speed_down_verdict() 3686 u64 now = get_jiffies_64(); in ata_count_probe_trials_cb()
|
| /linux/drivers/acpi/ |
| H A D | osl.c | 663 return (get_jiffies_64() - INITIAL_JIFFIES) * in acpi_os_get_timer()
|
| /linux/drivers/staging/media/meson/vdec/ |
| H A D | vdec.c | 954 sess->last_irq_jiffies = get_jiffies_64(); in vdec_isr()
|
| /linux/include/net/netfilter/ |
| H A D | nf_tables.h | 850 return __nft_set_elem_expired(ext, get_jiffies_64()); in nft_set_elem_expired()
|