Searched defs:mb_cache (Results 1 – 11 of 11) sorted by relevance
52138 struct mb_cache { struct52139 struct hlist_bl_head *c_hash;52140 int c_bucket_bits;52141 long unsigned int c_max_entries;52142 spinlock_t c_list_lock;52143 struct list_head c_list;52144 long unsigned int c_entry_count;52145 struct shrinker *c_shrink;52146 struct work_struct c_shrink_work;
126745 struct mb_cache { struct126746 struct hlist_bl_head *c_hash;126747 int c_bucket_bits;126748 long unsigned int c_max_entries;126749 spinlock_t c_list_lock;126750 struct list_head c_list;126751 long unsigned int c_entry_count;126752 struct shrinker c_shrink;126753 struct work_struct c_shrink_work;
55142 struct mb_cache { struct55143 struct hlist_bl_head *c_hash;55144 int c_bucket_bits;55145 long unsigned int c_max_entries;55146 spinlock_t c_list_lock;55147 struct list_head c_list;55148 long unsigned int c_entry_count;55149 struct shrinker c_shrink;55150 struct work_struct c_shrink_work;
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;
70501 struct mb_cache { struct70502 struct hlist_bl_head *c_hash;70503 int c_bucket_bits;70504 long unsigned int c_max_entries;70505 spinlock_t c_list_lock;70506 struct list_head c_list;70507 long unsigned int c_entry_count;70508 struct shrinker c_shrink;70509 struct work_struct c_shrink_work;
36895 struct mb_cache { struct36896 struct hlist_bl_head *c_hash;36897 int c_bucket_bits;36898 long unsigned int c_max_entries;36899 spinlock_t c_list_lock;36900 struct list_head c_list;36901 long unsigned int c_entry_count;36902 struct shrinker c_shrink;36903 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;