Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/lightnvm/
Dpblk-gc.c396 unsigned int nr_blocks_free, nr_blocks_need; in pblk_gc_should_run() local
400 nr_blocks_free = pblk_rl_nr_free_blks(rl); in pblk_gc_should_run()
404 ((gc->gc_active) && (nr_blocks_need > nr_blocks_free))); in pblk_gc_should_run()