Searched refs:cache_fresh_locked (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/sunrpc/
H A Dcache.c127 static void cache_fresh_locked(struct cache_head *head, time_t expiry) function
160 cache_fresh_locked(old, new->expiry_time);
186 cache_fresh_locked(tmp, new->expiry_time);
187 cache_fresh_locked(old, 0);
256 cache_fresh_locked(h, get_seconds()+CACHE_NEW_EXPIRY);

Completed in 64 milliseconds