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

/include/linux/sunrpc/
H A Dcache.h28 * be called after cache_put has succeed, so there are guarantee
82 void (*cache_put)(struct kref *); member in struct:cache_detail
195 static inline void cache_put(struct cache_head *h, struct cache_detail *cd) function
200 kref_put(&h->ref, cd->cache_put);

Completed in 4 milliseconds