Searched defs:mb_cache (Results 1 – 2 of 2) sorted by relevance
43860 struct mb_cache { struct43861 struct hlist_bl_head *c_hash;43862 int c_bucket_bits;43863 unsigned long c_max_entries;43864 spinlock_t c_list_lock;43865 struct list_head c_list;43866 unsigned long c_entry_count;43867 struct shrinker c_shrink;43868 struct work_struct c_shrink_work;
53580 struct mb_cache { struct53581 struct hlist_bl_head *c_hash;53582 int c_bucket_bits;53583 unsigned long c_max_entries;53584 spinlock_t c_list_lock;53585 struct list_head c_list;53586 unsigned long c_entry_count;53587 struct shrinker c_shrink;53588 struct work_struct c_shrink_work;