fstop            1596 drivers/video/fbdev/amifb.c 	short clk_shift, vshift, fstrt, fsize, fstop, fconst,  shift, move, mod;
fstop            1612 drivers/video/fbdev/amifb.c 		fstop = fstrt + fsize - fconst;
fstop            1615 drivers/video/fbdev/amifb.c 		fstop = fstrt + upx(fconst, fsize) - 64;
fstop            1617 drivers/video/fbdev/amifb.c 		fstrt = fstop - fsize + 64;
fstop            1619 drivers/video/fbdev/amifb.c 			fstop += min_fstrt - fstrt;
fstop            1626 drivers/video/fbdev/amifb.c 	par->ddfstop = fstop;
fstop             168 fs/cachefiles/bind.c 	cache->fstop = stats.f_files * cache->fstop_percent;
fstop             175 fs/cachefiles/bind.c 	       (unsigned long long) cache->fstop);
fstop             192 fs/cachefiles/daemon.c 		     (unsigned long long) cache->fstop,
fstop             374 fs/cachefiles/daemon.c 	unsigned long fstop;
fstop             381 fs/cachefiles/daemon.c 	fstop = simple_strtoul(args, &args, 10);
fstop             385 fs/cachefiles/daemon.c 	if (fstop < 0 || fstop >= cache->fcull_percent)
fstop             388 fs/cachefiles/daemon.c 	cache->fstop_percent = fstop;
fstop             719 fs/cachefiles/daemon.c 	if (stats.f_ffree < cache->fstop ||
fstop              78 fs/cachefiles/internal.h 	uint64_t			fstop;		/* when to stop allocating */