Home
last modified time | relevance | path

Searched refs:fstop (Results 1 – 5 of 5) sorted by relevance

/linux-3.4.99/fs/cachefiles/
Ddaemon.c190 (unsigned long long) cache->fstop, in cachefiles_daemon_read()
378 unsigned long fstop; in cachefiles_daemon_fstop() local
385 fstop = simple_strtoul(args, &args, 10); in cachefiles_daemon_fstop()
389 if (fstop < 0 || fstop >= cache->fcull_percent) in cachefiles_daemon_fstop()
392 cache->fstop_percent = fstop; in cachefiles_daemon_fstop()
723 if (stats.f_ffree < cache->fstop || in cachefiles_has_space()
Dbind.c173 cache->fstop = stats.f_files * cache->fstop_percent; in cachefiles_daemon_add_cache()
180 (unsigned long long) cache->fstop); in cachefiles_daemon_add_cache()
Dinternal.h71 uint64_t fstop; /* when to stop allocating */ member
/linux-3.4.99/Documentation/filesystems/caching/
Dcachefiles.txt94 (*) fstop <N>%
208 (*) fstop
218 0 <= fstop < fcull < frun < 100
/linux-3.4.99/drivers/video/
Damifb.c1599 short clk_shift, vshift, fstrt, fsize, fstop, fconst, shift, move, mod; in ami_update_par() local
1615 fstop = fstrt + fsize - fconst; in ami_update_par()
1618 fstop = fstrt + upx(fconst, fsize) - 64; in ami_update_par()
1620 fstrt = fstop - fsize + 64; in ami_update_par()
1622 fstop += min_fstrt - fstrt; in ami_update_par()
1629 par->ddfstop = fstop; in ami_update_par()