| /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)
|
| H A D | memcontrol.h | 1646 u64 val = get_jiffies_64() + HZ; in mem_cgroup_set_socket_pressure()
|
| /linux/fs/9p/ |
| H A D | vfs_dentry.c | 43 return time_before_eq64(v9fs_dentry->expire_time, get_jiffies_64()); in v9fs_ndentry_is_expired() 62 v9fs_dentry->expire_time = get_jiffies_64() + in v9fs_ndentry_refresh_timeout()
|
| /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/thermal/intel/ |
| H A D | therm_throt.c | 314 u64 now = get_jiffies_64(); in throttle_active_work() 391 now = get_jiffies_64(); in therm_throt_process() 450 u64 now = get_jiffies_64(); in thresh_event_valid()
|
| /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/kernel/sched/ext/ |
| H A D | sub.c | 255 u64 n = div_u64(get_jiffies_64() - pcpu->rescue_avg_at, halflife); in scx_rescue_decay_avg() 495 if (time_before64(get_jiffies_64(), rq->scx.rescue.kill_at + in scx_rescue_check_overload() 512 rq->scx.rescue.kill_at = get_jiffies_64(); in scx_rescue_check_overload() 674 rq->scx.rescue.kill_at = get_jiffies_64(); in scx_rescue_init()
|
| /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/net/netfilter/ |
| H A D | nft_dynset.c | 109 WRITE_ONCE(nft_set_ext_timeout(ext)->expiration, get_jiffies_64() + timeout); in nft_dynset_eval()
|
| H A D | nft_set_pipapo.c | 580 e = pipapo_get_slow(m, (const u8 *)key, 0, get_jiffies_64()); in nft_pipapo_lookup() 606 nft_genmask_cur(net), get_jiffies_64()); in nft_pipapo_get()
|
| H A D | nft_set_pipapo_avx2.c | 1276 e = pipapo_get_avx2(m, rp, 0, get_jiffies_64()); in nft_pipapo_avx2_lookup()
|
| /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/hwmon/ |
| H A D | asus-ec-sensors.c | 1337 if (time_after64(get_jiffies_64(), state->next_update)) { in get_cached_value_or_update() 1342 state->next_update = get_jiffies_64() + HZ; in get_cached_value_or_update()
|
| /linux/drivers/gpu/drm/ |
| H A D | drm_pagemap.c | 860 devmem_allocation->timeslice_expiration = get_jiffies_64() + in drm_pagemap_migrate_to_devmem() 1435 if (time_before64(get_jiffies_64(), zdd->devmem_allocation->timeslice_expiration)) in __drm_pagemap_migrate_to_ram()
|
| /linux/drivers/gpu/drm/amd/amdkfd/ |
| H A D | kfd_device_queue_manager.c | 1376 pdd->last_evict_timestamp = get_jiffies_64(); in evict_process_queues_nocpsch() 1435 pdd->last_evict_timestamp = get_jiffies_64(); in evict_process_queues_cpsch() 1469 pdd->last_evict_timestamp = get_jiffies_64(); in evict_process_queues_cpsch() 1554 eviction_duration = get_jiffies_64() - pdd->last_evict_timestamp; in restore_process_queues_nocpsch() 1624 eviction_duration = get_jiffies_64() - pdd->last_evict_timestamp; in restore_process_queues_cpsch()
|
| H A D | kfd_process.c | 1681 process->last_restore_timestamp = get_jiffies_64(); in create_process() 2258 p->last_restore_timestamp = get_jiffies_64(); in restore_process_worker()
|
| H A D | kfd_device.c | 1273 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 | 391 ent->timestamp = get_jiffies_64(); in ata_ering_record() 1846 u64 j64 = get_jiffies_64(); in ata_eh_speed_down_verdict() 3681 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/include/net/netfilter/ |
| H A D | nf_tables.h | 850 return __nft_set_elem_expired(ext, get_jiffies_64()); in nft_set_elem_expired()
|