Searched refs:fstop (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/fs/cachefiles/ |
H A D | daemon.c | 240 (unsigned long long) cache->fstop, in cachefiles_do_daemon_read() 456 unsigned long fstop; in cachefiles_daemon_fstop() local 463 fstop = simple_strtoul(args, &args, 10); in cachefiles_daemon_fstop() 467 if (fstop >= cache->fcull_percent) in cachefiles_daemon_fstop() 470 cache->fstop_percent = fstop; in cachefiles_daemon_fstop()
|
H A D | cache.c | 107 cache->fstop = stats.f_files * cache->fstop_percent; in cachefiles_add_cache() 114 (unsigned long long) cache->fstop); in cachefiles_add_cache() 243 if (stats.f_ffree < cache->fstop || in cachefiles_has_space()
|
H A D | internal.h | 114 uint64_t fstop; /* when to stop allocating */ member
|
/openbmc/linux/drivers/video/fbdev/ |
H A D | amifb.c | 1602 short clk_shift, vshift, fstrt, fsize, fstop, fconst, shift, move, mod; in ami_update_par() local 1618 fstop = fstrt + fsize - fconst; in ami_update_par() 1621 fstop = fstrt + upx(fconst, fsize) - 64; in ami_update_par() 1623 fstrt = fstop - fsize + 64; in ami_update_par() 1625 fstop += min_fstrt - fstrt; in ami_update_par() 1632 par->ddfstop = fstop; in ami_update_par()
|
/openbmc/linux/Documentation/filesystems/caching/ |
H A D | cachefiles.rst | 91 brun <N>%, bcull <N>%, bstop <N>%, frun <N>%, fcull <N>%, fstop <N>% 191 bstop, fstop 200 0 <= fstop < fcull < frun < 100
|