Searched refs:cache_fresh_locked (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/net/sunrpc/ |
H A D | cache.c | 159 static void cache_fresh_locked(struct cache_head *head, time64_t expiry, in cache_fresh_locked() function 213 cache_fresh_locked(old, new->expiry_time, detail); in sunrpc_cache_update() 234 cache_fresh_locked(tmp, new->expiry_time, detail); in sunrpc_cache_update() 235 cache_fresh_locked(old, 0, detail); in sunrpc_cache_update() 273 cache_fresh_locked(h, seconds_since_boot()+CACHE_NEW_EXPIRY, in try_to_negate_entry()
|
/kernel/linux/linux-6.6/net/sunrpc/ |
H A D | cache.c | 161 static void cache_fresh_locked(struct cache_head *head, time64_t expiry, in cache_fresh_locked() function 215 cache_fresh_locked(old, new->expiry_time, detail); in sunrpc_cache_update() 236 cache_fresh_locked(tmp, new->expiry_time, detail); in sunrpc_cache_update() 237 cache_fresh_locked(old, 0, detail); in sunrpc_cache_update() 275 cache_fresh_locked(h, seconds_since_boot()+CACHE_NEW_EXPIRY, in try_to_negate_entry()
|
Completed in 6 milliseconds