Home
last modified time | relevance | path

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

/linux/drivers/md/bcache/
H A Dbtree.h197 atomic_set(&c->sectors_to_gc, c->cache->sb.bucket_size * c->nbuckets / 16); in set_gc_sectors()
306 atomic_set(&c->sectors_to_gc, -1); in force_wake_up_gc()
H A Dbcache.h662 atomic_t sectors_to_gc; member
H A Drequest.c195 if (atomic_sub_return(bio_sectors(bio), &op->c->sectors_to_gc) < 0) in CLOSURE_CALLBACK()