Home
last modified time | relevance | path

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

/linux/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/include/linux/
H A Djiffies.h173 * time_in_range_open - Calculate whether a is in the range of [b, c).
180 #define time_in_range_open(a,b,c) \ macro
/linux/kernel/rcu/
H A Dsrcutree.c1190 time_in_range_open(t, tlast, tlast + exp_holdoff)) in srcu_might_be_idle()
/linux/net/sunrpc/auth_gss/
H A Dauth_gss.c1642 if (time_in_range_open(now, begin, expire)) in gss_cred_is_negative_entry()
/linux/net/core/
H A Dneighbour.c1000 !time_in_range_open(jiffies, n->used, in neigh_periodic_work()