Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/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
/kernel/linux/linux-6.6/fs/cachefiles/
H A Ddaemon.c128 cache->bstop_percent = 1; in cachefiles_daemon_open()
502 if (bcull <= cache->bstop_percent || bcull >= cache->brun_percent) in cachefiles_daemon_bcull()
529 cache->bstop_percent = bstop; in cachefiles_daemon_bstop()
745 cache->bstop_percent, in cachefiles_daemon_bind()
753 if (cache->bstop_percent >= cache->bcull_percent || in cachefiles_daemon_bind()
H A Dinternal.h94 unsigned bstop_percent; /* when to stop allocating (% blocks) */ member
H A Dcache.c116 cache->bstop = stats.f_blocks * cache->bstop_percent; in cachefiles_add_cache()

Completed in 5 milliseconds