Searched defs:cache_set (Results 1 – 1 of 1) sorted by relevance
488 struct cache_set { struct489 struct closure cl;491 struct list_head list;492 struct kobject kobj;493 struct kobject internal;494 struct dentry *debug;495 struct cache_accounting accounting;497 unsigned long flags;499 struct cache_sb sb;501 struct cache *cache[MAX_CACHES_PER_SET];[all …]