Searched defs:cache_set (Results 1 – 2 of 2) sorted by relevance
516 struct cache_set { struct517 struct closure cl;519 struct list_head list;520 struct kobject kobj;521 struct kobject internal;522 struct dentry *debug;523 struct cache_accounting accounting;525 unsigned long flags;526 atomic_t idle_counter;527 atomic_t at_max_writeback_rate;[all …]
14 void cache_set(struct cache *cache, unsigned long key, int value) in cache_set() function