Lines Matching refs:background
43 * Wear level cost amortization. We want to do wear leveling on the background
182 static int mtdswap_gc(struct mtdswap_dev *d, unsigned int background);
829 unsigned int background)
834 (background || (TREE_EMPTY(d, CLEAN) && TREE_EMPTY(d, DIRTY))))
845 unsigned int background)
851 if (background && TREE_COUNT(d, CLEAN) > CLEAN_BLOCK_THRESHOLD &&
855 idx = mtdswap_choose_gc_tree(d, background);
937 static int mtdswap_gc(struct mtdswap_dev *d, unsigned int background)
945 eb = mtdswap_pick_gc_eblk(d, background);
1480 .background = mtdswap_background,