Searched refs:fstop (Results 1 - 4 of 4) sorted by relevance

/linux-master/fs/cachefiles/
H A Dcache.c106 cache->fstop = stats.f_files * cache->fstop_percent;
113 (unsigned long long) cache->fstop);
200 // (unsigned long long) cache->fstop,
242 if (stats.f_ffree < cache->fstop ||
H A Ddaemon.c74 { "fstop", cachefiles_daemon_fstop },
229 " fstop=%llx"
238 (unsigned long long) cache->fstop,
450 * - command: "fstop <N>%"
454 unsigned long fstop; local
461 fstop = simple_strtoul(args, &args, 10);
465 if (fstop >= cache->fcull_percent)
468 cache->fstop_percent = fstop;
H A Dinternal.h112 uint64_t fstop; /* when to stop allocating */ member in struct:cachefiles_cache
/linux-master/drivers/video/fbdev/
H A Damifb.c1602 short clk_shift, vshift, fstrt, fsize, fstop, fconst, shift, move, mod; local
1618 fstop = fstrt + fsize - fconst;
1621 fstop = fstrt + upx(fconst, fsize) - 64;
1623 fstrt = fstop - fsize + 64;
1625 fstop += min_fstrt - fstrt;
1632 par->ddfstop = fstop;

Completed in 162 milliseconds