Searched refs:aggressive (Results 1 - 1 of 1) sorted by relevance

/u-boot/fs/yaffs2/
H A Dyaffs_guts.c2636 int aggressive, int background)
2647 if (dev->has_pending_prioritised_gc && !aggressive) {
2678 /* If we're doing aggressive GC then we are happy to take a less-dirty
2688 if (aggressive) {
2791 * If we're very low on erased blocks then we do aggressive garbage collection
2801 int aggressive = 0; local
2829 /* If we need a block soon then do aggressive gc. */
2831 aggressive = 1;
2841 aggressive = 0;
2853 if (dev->gc_block < 1 && !aggressive) {
2635 yaffs_find_gc_block(struct yaffs_dev *dev, int aggressive, int background) argument
[all...]

Completed in 47 milliseconds