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

/openwrt/target/linux/generic/files/fs/yaffs2/
H A Dyaffs_guts.c2692 int aggressive, int background)
2703 if (dev->has_pending_prioritised_gc && !aggressive) {
2734 /* If we're doing aggressive GC then we are happy to take a less-dirty
2744 if (aggressive) {
2847 * If we're very low on erased blocks then we do aggressive garbage collection
2857 int aggressive = 0; local
2886 /* If we need a block soon then do aggressive gc. */
2888 aggressive = 1;
2898 aggressive = 0;
2910 if (dev->gc_block < 1 && !aggressive) {
2691 yaffs_find_gc_block(struct yaffs_dev *dev, int aggressive, int background) argument
[all...]

Completed in 35 milliseconds