Home
last modified time | relevance | path

Searched defs:cache_set (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/md/bcache/
H A Dbcache.h516 struct cache_set { struct
517 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 …]
/linux/scripts/gendwarfksyms/
H A Dcache.c14 void cache_set(struct cache *cache, unsigned long key, int value) in cache_set() function