Searched refs:fstop (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/fs/cachefiles/ |
H A D | daemon.c | 72 { "fstop", cachefiles_daemon_fstop }, 183 " fstop=%llx" in cachefiles_daemon_read() 192 (unsigned long long) cache->fstop, in cachefiles_daemon_read() 370 * - command: "fstop <N>%" 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() 684 // (unsigned long long) cache->fstop, in cachefiles_has_space() [all...] |
H A 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()
|
H A D | internal.h | 78 uint64_t fstop; /* when to stop allocating */ member
|
/kernel/linux/linux-6.6/fs/cachefiles/ |
H A D | daemon.c | 74 { "fstop", cachefiles_daemon_fstop }, 228 " fstop=%llx" in cachefiles_do_daemon_read() 237 (unsigned long long) cache->fstop, in cachefiles_do_daemon_read() 439 * - command: "fstop <N>%" 443 unsigned long fstop; in cachefiles_daemon_fstop() local 450 fstop = simple_strtoul(args, &args, 10); in cachefiles_daemon_fstop() 454 if (fstop >= cache->fcull_percent) in cachefiles_daemon_fstop() 457 cache->fstop_percent = fstop; in cachefiles_daemon_fstop()
|
H A D | cache.c | 106 cache->fstop = stats.f_files * cache->fstop_percent; in cachefiles_add_cache() 113 (unsigned long long) cache->fstop); in cachefiles_add_cache() 200 // (unsigned long long) cache->fstop, in cachefiles_has_space() 242 if (stats.f_ffree < cache->fstop || in cachefiles_has_space()
|
H A D | internal.h | 99 uint64_t fstop; /* when to stop allocating */ member
|
/kernel/linux/linux-5.10/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()
|
/kernel/linux/linux-6.6/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()
|
Completed in 15 milliseconds