Searched defs:cache_set (Results 1 – 1 of 1) sorted by relevance
472 struct cache_set { struct473 struct closure cl;475 struct list_head list;476 struct kobject kobj;477 struct kobject internal;478 struct dentry *debug;479 struct cache_accounting accounting;481 unsigned long flags;483 struct cache_sb sb;485 struct cache *cache[MAX_CACHES_PER_SET];[all …]