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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/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);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/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 111 milliseconds