Searched refs:time_in_range (Results 1 – 8 of 8) sorted by relevance
| /linux/include/linux/ |
| H A D | jiffies.h | 164 #define time_in_range(a,b,c) \ macro
|
| /linux/fs/nfs/ |
| H A D | pnfs_dev.c | 318 if (time_in_range(node->timestamp_unavailable, start, end)) in nfs4_test_deviceid_unavailable()
|
| H A D | nfs4state.c | 498 if (time_in_range(sp->so_expires, time_min, time_max)) in nfs4_gc_state_owners()
|
| /linux/tools/sched_ext/include/scx/ |
| H A D | common.bpf.h | 615 * time_in_range - Calculate whether a is in the range of [b, c]. in __read_once_size() 622 static inline bool time_in_range(u64 a, u64 b, u64 c) in __write_once_size() 560 static inline bool time_in_range(u64 a, u64 b, u64 c) time_in_range() function
|
| /linux/net/sunrpc/ |
| H A D | auth.c | 445 if (time_in_range(cred->cr_expire, expired, jiffies)) in rpcauth_prune_expired()
|
| /linux/drivers/block/drbd/ |
| H A D | drbd_req.c | 1639 if (time_in_range(now, connection->last_reconnect_jif, connection->last_reconnect_jif + ent)) in net_timeout_reached() 1776 !time_in_range(now, device->last_reattach_jif, device->last_reattach_jif + dt)) { in request_timer_fn()
|
| /linux/drivers/md/ |
| H A D | dm-clone-target.c | 1122 return !time_in_range(jiffies, clone->last_commit_jiffies, in need_commit_due_to_time()
|
| H A D | dm-thin.c | 2111 return !time_in_range(jiffies, pool->last_commit_jiffies, in need_commit_due_to_time()
|