growth            393 fs/ubifs/master.c 		int growth = c->leb_cnt - old_leb_cnt;
growth            404 fs/ubifs/master.c 		c->lst.empty_lebs += growth;
growth            405 fs/ubifs/master.c 		c->lst.total_free += growth * (long long)c->leb_size;
growth            406 fs/ubifs/master.c 		c->lst.total_dark += growth * (long long)c->dark_wm;
growth            468 kernel/sched/psi.c 	u64 growth;
growth            471 kernel/sched/psi.c 	growth = value - win->start_value;
growth            480 kernel/sched/psi.c 		window_reset(win, now, value, growth);
growth            485 kernel/sched/psi.c 		growth += div64_u64(win->prev_growth * remaining, win->size);
growth            488 kernel/sched/psi.c 	return growth;
growth            514 kernel/sched/psi.c 		u64 growth;
growth            529 kernel/sched/psi.c 		growth = window_update(&t->win, now, total[t->state]);
growth            530 kernel/sched/psi.c 		if (growth < t->threshold)
growth           1987 net/bridge/netfilter/ebtables.c 	int growth = 0;
growth           2026 net/bridge/netfilter/ebtables.c 		growth += ret - match32->match_size;
growth           2027 net/bridge/netfilter/ebtables.c 		growth += ebt_compat_entry_padsize();
growth           2038 net/bridge/netfilter/ebtables.c 	return growth;