Home
last modified time | relevance | path

Searched refs:time_in_range_open (Results 1 – 7 of 7) sorted by relevance

/linux-6.15/drivers/char/tpm/
H A Dtpm_tis_spi_cr50.c91 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-6.15/include/linux/
H A Djiffies.h180 #define time_in_range_open(a,b,c) \ macro
/linux-6.15/tools/sched_ext/include/scx/
H A Dcommon.bpf.h537 static inline bool time_in_range_open(u64 a, u64 b, u64 c) in time_in_range_open() function
/linux-6.15/fs/nfs/
H A Dinode.c161 …return !time_in_range_open(jiffies, nfsi->read_cache_jiffies, nfsi->read_cache_jiffies + nfsi->att… in nfs_attribute_timeout()
2391 if (!time_in_range_open(now, nfsi->attrtimeo_timestamp, in nfs_update_inode()
/linux-6.15/kernel/rcu/
H A Dsrcutree.c1227 time_in_range_open(t, tlast, tlast + exp_holdoff)) in srcu_should_expedite()
/linux-6.15/net/sunrpc/auth_gss/
H A Dauth_gss.c1642 if (time_in_range_open(now, begin, expire)) in gss_cred_is_negative_entry()
/linux-6.15/net/core/
H A Dneighbour.c951 !time_in_range_open(jiffies, n->used, in neigh_periodic_work()