Home
last modified time | relevance | path

Searched refs:growth (Results 1 – 8 of 8) sorted by relevance

/linux-4.1.27/fs/ubifs/
Dmaster.c315 int growth = c->leb_cnt - old_leb_cnt; in ubifs_read_master() local
326 c->lst.empty_lebs += growth; in ubifs_read_master()
327 c->lst.total_free += growth * (long long)c->leb_size; in ubifs_read_master()
328 c->lst.total_dark += growth * (long long)c->dark_wm; in ubifs_read_master()
/linux-4.1.27/Documentation/vm/
Dovercommit-accounting38 The C language stack growth does an implicit mremap. If you want absolute
/linux-4.1.27/net/bridge/netfilter/
Debtables.c1975 int growth = 0; in ebt_size_mwt() local
2013 growth += ret - match32->match_size; in ebt_size_mwt()
2014 growth += ebt_compat_entry_padsize(); in ebt_size_mwt()
2026 return growth; in ebt_size_mwt()
/linux-4.1.27/Documentation/sysctl/
Dvm.txt206 This file is not a means to control the growth of the various kernel caches
447 This insures that the slab growth stays under control even in NUMA
/linux-4.1.27/Documentation/development-process/
D1.Intro67 With the growth of Linux has come an increase in the number of developers
D2.Process206 way the kernel developers have addressed this growth is through the use of
/linux-4.1.27/net/ipv4/
DKconfig484 This is version 2.0 of BIC-TCP which uses a cubic growth function
/linux-4.1.27/Documentation/
DCodingStyle269 problem, which is called the function-growth-hormone-imbalance syndrome.