Searched defs:cache_set (Results 1 – 1 of 1) sorted by relevance
675 struct cache_set { struct676 struct closure cl;678 struct list_head list;679 struct kobject kobj;680 struct kobject internal;681 struct dentry *debug;682 struct cache_accounting accounting;684 unsigned long flags;686 struct cache_sb sb;688 struct cache *cache[MAX_CACHES_PER_SET];[all …]