Home
last modified time | relevance | path

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

/linux/include/linux/
H A Djiffies.h176 #define time_in_range_open(a,b,c) \ macro
/linux/tools/sched_ext/include/scx/
H A Dcommon.bpf.h611 * time_in_range_open - Calculate whether a is in the range of [b, c). in __read_once_size()
618 static inline bool time_in_range_open(u64 a, u64 b, u64 c) in __write_once_size()
573 static inline bool time_in_range_open(u64 a, u64 b, u64 c) time_in_range_open() function
/linux/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()
2484 if (!time_in_range_open(now, nfsi->attrtimeo_timestamp, in nfs_update_inode()
/linux/kernel/rcu/
H A Dsrcutree.c1281 time_in_range_open(t, tlast, tlast + exp_holdoff)) in srcu_should_expedite()
/linux/net/sunrpc/auth_gss/
H A Dauth_gss.c1638 if (time_in_range_open(now, begin, expire)) in gss_cred_is_negative_entry()
/linux/mm/damon/
H A Dcore.c2459 if (!time_in_range_open(jiffies, quota->charged_from, in damos_adjust_quota()
/linux/net/core/
H A Dneighbour.c1023 !time_in_range_open(jiffies, n->used, in neigh_periodic_work()