Searched refs:cache_fresh_locked (Results 1 – 1 of 1) sorted by relevance
| /Linux-v5.4/net/sunrpc/ |
| D | cache.c | 57 static void cache_fresh_locked(struct cache_head *head, time_t expiry, 110 cache_fresh_locked(tmp, 0, detail); in sunrpc_cache_add_entry() 148 static void cache_fresh_locked(struct cache_head *head, time_t expiry, in cache_fresh_locked() function 186 cache_fresh_locked(old, new->expiry_time, detail); in sunrpc_cache_update() 210 cache_fresh_locked(tmp, new->expiry_time, detail); in sunrpc_cache_update() 211 cache_fresh_locked(old, 0, detail); in sunrpc_cache_update() 256 cache_fresh_locked(h, seconds_since_boot()+CACHE_NEW_EXPIRY, in try_to_negate_entry()
|