Searched refs:time_in_range_open (Results  1 – 5 of 5) sorted by relevance
| /Linux-v5.15/drivers/char/tpm/ | 
| D | tpm_tis_spi_cr50.c | 88 	if (time_in_range_open(time_now, phy->last_access, allowed_access)) {  in cr50_ensure_access_delay() 125 	return !time_in_range_open(jiffies, phy->last_access,  in cr50_needs_waking()
  | 
| /Linux-v5.15/include/linux/ | 
| D | jiffies.h | 126 #define time_in_range_open(a,b,c) \  macro
  | 
| /Linux-v5.15/kernel/rcu/ | 
| D | srcutree.c | 784 	    time_in_range_open(t, tlast, tlast + exp_holdoff))  in srcu_might_be_idle()
  | 
| /Linux-v5.15/fs/nfs/ | 
| D | inode.c | 164 …return !time_in_range_open(jiffies, nfsi->read_cache_jiffies, nfsi->read_cache_jiffies + nfsi->att…  in nfs_attribute_timeout() 2191 			if (!time_in_range_open(now, nfsi->attrtimeo_timestamp,  in nfs_update_inode()
  | 
| /Linux-v5.15/net/sunrpc/auth_gss/ | 
| D | auth_gss.c | 1607 		if (time_in_range_open(now, begin, expire))  in gss_cred_is_negative_entry()
  |