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

/linux-master/fs/ubifs/
H A Dmaster.c390 int growth = c->leb_cnt - old_leb_cnt; local
401 c->lst.empty_lebs += growth;
402 c->lst.total_free += growth * (long long)c->leb_size;
403 c->lst.total_dark += growth * (long long)c->dark_wm;
/linux-master/kernel/sched/
H A Dpsi.c401 * PSI growth tracking window update and growth calculation routine.
404 * partially elapsed windows using historical growth data from the
408 * positive direction and over relatively small window sizes the growth
414 u64 growth; local
417 growth = value - win->start_value;
421 * the average per-window growth of the previous window.
423 * growth from the previous window assuming it was linear.
426 window_reset(win, now, value, growth);
431 growth
458 u64 growth; local
[all...]
/linux-master/arch/x86/boot/
H A Dheader.S444 # The worst case at the block level is a growth of the compressed data
/linux-master/net/bridge/netfilter/
H A Debtables.c2038 int growth = 0; local
2077 growth += ret - match32->match_size;
2078 growth += ebt_compat_entry_padsize();
2089 return growth;

Completed in 127 milliseconds