Home
last modified time | relevance | path

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

/openbmc/linux/fs/cachefiles/
H A Ddaemon.c129 cache->bstop_percent = 1; in cachefiles_daemon_open()
514 if (bcull <= cache->bstop_percent || bcull >= cache->brun_percent) in cachefiles_daemon_bcull()
541 cache->bstop_percent = bstop; in cachefiles_daemon_bstop()
757 cache->bstop_percent, in cachefiles_daemon_bind()
765 if (cache->bstop_percent >= cache->bcull_percent || in cachefiles_daemon_bind()
H A Dcache.c117 cache->bstop = stats.f_blocks * cache->bstop_percent; in cachefiles_add_cache()
H A Dinternal.h109 unsigned bstop_percent; /* when to stop allocating (% blocks) */ member