Searched refs:fstop (Results 1 – 5 of 5) sorted by relevance
| /Linux-v5.4/fs/cachefiles/ |
| D | daemon.c | 192 (unsigned long long) cache->fstop, in cachefiles_daemon_read() 374 unsigned long fstop; in cachefiles_daemon_fstop() local 381 fstop = simple_strtoul(args, &args, 10); in cachefiles_daemon_fstop() 385 if (fstop < 0 || fstop >= cache->fcull_percent) in cachefiles_daemon_fstop() 388 cache->fstop_percent = fstop; in cachefiles_daemon_fstop() 719 if (stats.f_ffree < cache->fstop || in cachefiles_has_space()
|
| D | bind.c | 168 cache->fstop = stats.f_files * cache->fstop_percent; in cachefiles_daemon_add_cache() 175 (unsigned long long) cache->fstop); in cachefiles_daemon_add_cache()
|
| D | internal.h | 78 uint64_t fstop; /* when to stop allocating */ member
|
| /Linux-v5.4/Documentation/filesystems/caching/ |
| D | cachefiles.txt | 94 (*) fstop <N>% 208 (*) fstop 218 0 <= fstop < fcull < frun < 100
|
| /Linux-v5.4/drivers/video/fbdev/ |
| D | amifb.c | 1596 short clk_shift, vshift, fstrt, fsize, fstop, fconst, shift, move, mod; in ami_update_par() local 1612 fstop = fstrt + fsize - fconst; in ami_update_par() 1615 fstop = fstrt + upx(fconst, fsize) - 64; in ami_update_par() 1617 fstrt = fstop - fsize + 64; in ami_update_par() 1619 fstop += min_fstrt - fstrt; in ami_update_par() 1626 par->ddfstop = fstop; in ami_update_par()
|