Home
last modified time | relevance | path

Searched refs:sectors_to_gc (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/drivers/md/bcache/
Dbtree.h194 atomic_set(&c->sectors_to_gc, c->sb.bucket_size * c->nbuckets / 16); in set_gc_sectors()
Dbcache.h636 atomic_t sectors_to_gc; member
Dsysfs.c738 atomic_set(&c->sectors_to_gc, -1); in STORE()
Drequest.c207 if (atomic_sub_return(bio_sectors(bio), &op->c->sectors_to_gc) < 0) in bch_data_insert_start()
Dbtree.c1832 if (atomic_read(&c->sectors_to_gc) < 0) in gc_should_run()