Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/rk_nand/
H A Drk_nand_blk.c332 int gc_done_times = 0; in nand_gc_thread() local
350 gc_done_times++; in nand_gc_thread()
351 if (gc_done_times > 10) in nand_gc_thread()
356 gc_done_times = 0; in nand_gc_thread()
/OK3568_Linux_fs/kernel/drivers/rkflash/
H A Drkflash_blk.c443 int gc_done_times = 0; in nand_gc_mythread() local
449 gc_done_times++; in nand_gc_mythread()
450 if (gc_done_times > 10) in nand_gc_mythread()
453 gc_done_times = 0; in nand_gc_mythread()