Lines Matching refs:mb_cache
11 struct mb_cache;
40 struct mb_cache *mb_cache_create(int bucket_bits);
41 void mb_cache_destroy(struct mb_cache *cache);
43 int mb_cache_entry_create(struct mb_cache *cache, gfp_t mask, u32 key,
45 void __mb_cache_entry_free(struct mb_cache *cache,
48 static inline void mb_cache_entry_put(struct mb_cache *cache, in mb_cache_entry_put()
61 struct mb_cache_entry *mb_cache_entry_delete_or_get(struct mb_cache *cache,
63 struct mb_cache_entry *mb_cache_entry_get(struct mb_cache *cache, u32 key,
65 struct mb_cache_entry *mb_cache_entry_find_first(struct mb_cache *cache,
67 struct mb_cache_entry *mb_cache_entry_find_next(struct mb_cache *cache,
69 void mb_cache_entry_touch(struct mb_cache *cache,