Home
last modified time | relevance | path

Searched refs:bstop_percent (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/fs/cachefiles/
H A Dbind.c35 cache->bstop_percent, in cachefiles_daemon_bind()
44 ASSERT(cache->bstop_percent >= 0 && in cachefiles_daemon_bind()
45 cache->bstop_percent < cache->bcull_percent && in cachefiles_daemon_bind()
179 cache->bstop = stats.f_blocks * cache->bstop_percent; in cachefiles_daemon_add_cache()
H A Ddaemon.c119 cache->bstop_percent = 1; in cachefiles_daemon_open()
433 if (bcull <= cache->bstop_percent || bcull >= cache->brun_percent) in cachefiles_daemon_bcull()
460 cache->bstop_percent = bstop; in cachefiles_daemon_bstop()
H A Dinternal.h73 unsigned bstop_percent; /* when to stop allocating (% blocks) */ member