Searched defs:cache_set (Results 1 – 1 of 1) sorted by relevance
471 struct cache_set { struct472 struct closure cl;474 struct list_head list;475 struct kobject kobj;476 struct kobject internal;477 struct dentry *debug;478 struct cache_accounting accounting;480 unsigned long flags;482 struct cache_sb sb;484 struct cache *cache[MAX_CACHES_PER_SET];[all …]