Searched refs:time_in_range (Results 1 – 17 of 17) sorted by relevance
/openbmc/u-boot/include/ |
H A D | time.h | 44 #define time_in_range(a,b,c) \ macro
|
/openbmc/linux/include/linux/ |
H A D | jiffies.h | 165 #define time_in_range(a,b,c) \ macro
|
/openbmc/linux/fs/nfs/ |
H A D | pnfs_dev.c | 321 if (time_in_range(node->timestamp_unavailable, start, end)) in nfs4_test_deviceid_unavailable()
|
H A D | nfs4state.c | 556 if (time_in_range(sp->so_expires, time_min, time_max)) in nfs4_gc_state_owners()
|
H A D | pnfs.c | 531 if (!time_in_range(lo->plh_retry_timestamp, start, end)) { in pnfs_layout_io_test_failed()
|
/openbmc/linux/drivers/block/drbd/ |
H A D | drbd_req.c | 1638 if (time_in_range(now, connection->last_reconnect_jif, connection->last_reconnect_jif + ent)) in net_timeout_reached() 1774 !time_in_range(now, device->last_reattach_jif, device->last_reattach_jif + dt)) { in request_timer_fn()
|
/openbmc/linux/net/sunrpc/ |
H A D | auth.c | 445 if (time_in_range(cred->cr_expire, expired, jiffies)) in rpcauth_prune_expired()
|
/openbmc/linux/drivers/gpu/drm/i915/display/ |
H A D | intel_hotplug.c | 158 if (!time_in_range(jiffies, start, end)) { in intel_hpd_irq_storm_detect()
|
/openbmc/linux/fs/nfs/blocklayout/ |
H A D | blocklayout.c | 579 if (!time_in_range(node->timestamp_unavailable, start, end)) { in bl_find_get_deviceid()
|
/openbmc/linux/drivers/iio/temperature/ |
H A D | mlx90632.c | 967 if (time_in_range(now, data->interaction_ts, in mlx90632_pm_interraction_wakeup()
|
/openbmc/linux/fs/smb/client/ |
H A D | inode.c | 2505 if (!time_in_range(jiffies, cifs_i->time, 2511 if (!time_in_range(jiffies, cifs_i->time,
|
/openbmc/linux/drivers/md/ |
H A D | dm-clone-target.c | 1122 return !time_in_range(jiffies, clone->last_commit_jiffies, in need_commit_due_to_time()
|
H A D | dm-thin.c | 2115 return !time_in_range(jiffies, pool->last_commit_jiffies, in need_commit_due_to_time()
|
/openbmc/linux/net/core/ |
H A D | neighbour.c | 275 !time_in_range(n->updated, tref, jiffies)) in neigh_forced_gc() 307 if (!time_in_range(n->confirmed, mint, jiffies)) in neigh_add_timer()
|
/openbmc/linux/block/ |
H A D | blk-throttle.c | 694 if (time_in_range(jiffies, tg->slice_start[rw], tg->slice_end[rw])) in throtl_slice_used()
|
/openbmc/linux/kernel/cgroup/ |
H A D | cgroup.c | 4473 if (time_in_range(jiffies, last, next)) { in cgroup_file_notify()
|
/openbmc/linux/drivers/net/bonding/ |
H A D | bond_main.c | 3448 return time_in_range(jiffies, in bond_time_in_interval()
|