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