Searched refs:time_before64 (Results 1 – 17 of 17) sorted by relevance
| /linux/include/linux/ |
| H A D | jiffies.h | 212 #define time_before64(a,b) time_after64(b,a) macro 284 #define time_is_after_jiffies64(a) time_before64(get_jiffies_64(), a)
|
| /linux/drivers/thermal/intel/ |
| H A D | therm_throt.c | 322 if (time_before64(now, state->next_check) && in throttle_active_work() 450 if (time_before64(now, state->next_check)) in thresh_event_valid()
|
| /linux/drivers/md/bcache/ |
| H A D | util.c | 213 if (time_before64(now + NSEC_PER_SEC * 5LLU / 2LLU, d->next)) in bch_next_delay()
|
| H A D | writeback.c | 130 (error > 0 && time_before64(local_clock(), in __update_writeback_rate()
|
| /linux/drivers/i2c/busses/ |
| H A D | i2c-octeon-core.c | 62 time_before64(get_jiffies_64(), end)) in octeon_i2c_wait() 182 time_before64(get_jiffies_64(), end)) in octeon_i2c_hlc_wait()
|
| /linux/fs/fuse/ |
| H A D | dir.c | 172 if (!time_before64(fd->time, get_jiffies_64())) in fuse_dentry_tree_work() 400 else if (time_before64(fuse_dentry_time(entry), get_jiffies_64()) || in fuse_dentry_revalidate() 499 return time_before64(fuse_dentry_time(dentry), get_jiffies_64()); in fuse_dentry_delete() 1547 sync = time_before64(fi->i_time, get_jiffies_64()); in fuse_update_get_attr() 1774 time_before64(fi->i_time, get_jiffies_64())) { in fuse_permission()
|
| /linux/drivers/md/ |
| H A D | dm-ps-historical-service-time.c | 486 if (time_before64(now, start_time)) in path_service_time()
|
| /linux/block/ |
| H A D | blk-iocost.c | 1367 if (time_before64(now->now, iocg->delay_at)) in iocg_kick_delay() 2106 if (time_before64(now->now, ioc->dfgv_period_at + DFGV_PERIOD)) in ioc_forgive_debts() 2305 time_before64(vdone, now.vnow - period_vtime)) in ioc_timer_fn() 2319 time_before64(vtime, now.vnow - ioc->margins.low))) { in ioc_timer_fn()
|
| H A D | blk-cgroup.c | 1893 if (time_before64(old + NSEC_PER_SEC, now) && in blkcg_scale_delay()
|
| /linux/drivers/gpu/drm/panthor/ |
| H A D | panthor_sched.c | 2435 if (time_before64(sched->resched_target, sched->last_tick) || in tick_ctx_update_resched_target() 2436 time_before64(resched_target, sched->resched_target)) in tick_ctx_update_resched_target() 2469 if (time_before64(now, resched_target)) in tick_work() 2664 time_before64(now, sched->resched_target)) in sched_resume_tick()
|
| /linux/drivers/gpu/drm/ |
| H A D | drm_pagemap.c | 1061 if (time_before64(get_jiffies_64(), zdd->devmem_allocation->timeslice_expiration)) in __drm_pagemap_migrate_to_ram()
|
| /linux/drivers/net/phy/ |
| H A D | mxl-gpy.c | 855 if (time_before64(now, priv->lb_dis_to)) in gpy_loopback()
|
| /linux/mm/ |
| H A D | memcontrol.c | 3505 if (time_before64(frn->at, oldest_at) && in mem_cgroup_track_foreign_dirty_slowpath() 3524 if (time_before64(frn->at, now - update_intv)) in mem_cgroup_track_foreign_dirty_slowpath()
|
| /linux/include/net/ |
| H A D | sock.h | 2674 if (time_before64(get_jiffies_64(), in mem_cgroup_sk_under_memory_pressure()
|
| /linux/drivers/cpufreq/ |
| H A D | intel_pstate.c | 2448 if (time_before64(time, cpu->last_io_update + 2 * TICK_NSEC)) in intel_pstate_update_util_hwp_local()
|
| /linux/kernel/sched/ |
| H A D | ext.c | 974 return time_before64(a->scx.dsq_vtime, b->scx.dsq_vtime); in scx_dsq_priq_less()
|
| /linux/net/netfilter/ |
| H A D | nf_tables_api.c | 6107 if (time_before64(now, expires)) in nf_tables_fill_setelem()
|