Home
last modified time | relevance | path

Searched refs:time_in_range (Results 1 – 15 of 15) sorted by relevance

/linux/include/linux/
H A Djiffies.h164 #define time_in_range(a,b,c) \ macro
/linux/fs/nfs/
H A Dpnfs_dev.c318 if (time_in_range(node->timestamp_unavailable, start, end)) in nfs4_test_deviceid_unavailable()
H A Dnfs4state.c520 if (time_in_range(sp->so_expires, time_min, time_max)) in nfs4_gc_state_owners()
H A Dpnfs.c545 if (!time_in_range(lo->plh_retry_timestamp, start, end)) { in pnfs_layout_io_test_failed()
/linux/net/sunrpc/
H A Dauth.c445 if (time_in_range(cred->cr_expire, expired, jiffies)) in rpcauth_prune_expired()
/linux/drivers/block/drbd/
H A Ddrbd_req.c1639 if (time_in_range(now, connection->last_reconnect_jif, connection->last_reconnect_jif + ent)) in net_timeout_reached()
1776 !time_in_range(now, device->last_reattach_jif, device->last_reattach_jif + dt)) { in request_timer_fn()
/linux/tools/sched_ext/include/scx/
H A Dcommon.bpf.h644 static inline bool time_in_range(u64 a, u64 b, u64 c) in time_in_range() function
/linux/drivers/iio/temperature/
H A Dmlx90635.c678 if (time_in_range(now, data->interaction_ts, in mlx90635_pm_interaction_wakeup()
H A Dmlx90632.c966 if (time_in_range(now, data->interaction_ts, in mlx90632_pm_interraction_wakeup()
/linux/drivers/md/
H A Ddm-clone-target.c1122 return !time_in_range(jiffies, clone->last_commit_jiffies, in need_commit_due_to_time()
H A Ddm-thin.c2111 return !time_in_range(jiffies, pool->last_commit_jiffies, in need_commit_due_to_time()
/linux/block/
H A Dblk-throttle.c569 if (time_in_range(jiffies, tg->slice_start[rw], tg->slice_end[rw])) in throtl_slice_used()
/linux/kernel/rcu/
H A Dtree.c4016 while (time_in_range(j, old, old + HZ / 16) || in rcu_barrier_throttled()
/linux/kernel/cgroup/
H A Dcgroup.c4797 if (time_in_range(jiffies, last, next)) { in cgroup_file_notify()
/linux/drivers/net/bonding/
H A Dbond_main.c3472 return time_in_range(jiffies, in bond_time_in_interval()