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

/linux-master/fs/cachefiles/
H A Ddaemon.c125 cache->fcull_percent = 5;
417 if (frun <= cache->fcull_percent || frun >= 100)
444 cache->fcull_percent = fcull;
465 if (fstop >= cache->fcull_percent)
752 cache->fcull_percent,
759 if (cache->fstop_percent >= cache->fcull_percent ||
760 cache->fcull_percent >= cache->frun_percent ||
H A Dcache.c107 cache->fcull = stats.f_files * cache->fcull_percent;
H A Dinternal.h103 unsigned fcull_percent; /* when to start culling (% files) */ member in struct:cachefiles_cache

Completed in 110 milliseconds