Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/md/bcache/
Dbcache.h507 struct cache_set { struct
508 struct closure cl;
510 struct list_head list;
511 struct kobject kobj;
512 struct kobject internal;
513 struct dentry *debug;
514 struct cache_accounting accounting;
516 unsigned long flags;
517 atomic_t idle_counter;
518 atomic_t at_max_writeback_rate;
[all …]
/kernel/linux/linux-4.19/drivers/md/bcache/
Dbcache.h505 struct cache_set { struct
506 struct closure cl;
508 struct list_head list;
509 struct kobject kobj;
510 struct kobject internal;
511 struct dentry *debug;
512 struct cache_accounting accounting;
514 unsigned long flags;
515 atomic_t idle_counter;
516 atomic_t at_max_writeback_rate;
[all …]