Searched refs:time_in_range_open (Results 1 – 5 of 5) sorted by relevance
/linux/drivers/char/tpm/ ! |
H A D | tpm_tis_spi_cr50.c | 91 if (time_in_range_open(time_now, phy->last_access, allowed_access)) { in cr50_ensure_access_delay() 128 return !time_in_range_open(jiffies, phy->last_access, in cr50_needs_waking()
|
/linux/tools/sched_ext/include/scx/ ! |
H A D | common.bpf.h | 532 * time_in_range_open - Calculate whether a is in the range of [b, c). 539 static inline bool time_in_range_open(u64 a, u64 b, u64 c) in time_in_range_open() function
|
/linux/fs/nfs/ ! |
H A D | inode.c | 161 return !time_in_range_open(jiffies, nfsi->read_cache_jiffies, nfsi->read_cache_jiffies + nfsi->attrtimeo); in nfs_attribute_timeout() 2458 if (!time_in_range_open(now, nfsi->attrtimeo_timestamp, in nfs_update_inode()
|
/linux/kernel/rcu/ ! |
H A D | srcutree.c | 1229 time_in_range_open(t, tlast, tlast + exp_holdoff)) in srcu_should_expedite()
|
/linux/net/core/ ! |
H A D | neighbour.c | 1025 !time_in_range_open(jiffies, n->used, in neigh_periodic_work()
|