Home
last modified time | relevance | path

Searched refs:devices_max_used (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/md/bcache/
H A Dsuper.c856 if (id >= c->devices_max_used) in bcache_device_attach()
857 c->devices_max_used = id + 1; in bcache_device_attach()
1843 for (i = 0; i < c->devices_max_used; i++) { in __cache_set_unregister()
1912 c->devices_max_used = 0; in bch_cache_set_alloc()
H A Dbcache.h523 unsigned int devices_max_used; member
H A Drequest.c1150 for (i = 0; i < c->devices_max_used; i++) { in quit_max_writeback_rate()
H A Dbtree.c1740 for (i = 0; i < c->devices_max_used; i++) { in bch_btree_gc_finish()