Home
last modified time | relevance | path

Searched refs:max_cost (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/fs/f2fs/
Dgc.c262 unsigned int secno, max_cost; in get_victim_by_default() local
272 p.min_cost = max_cost = get_max_cost(sbi, &p); in get_victim_by_default()
314 } else if (unlikely(cost == max_cost)) { in get_victim_by_default()
/linux-4.4.14/kernel/sched/
Dfair.c7583 u64 max_cost = 0; in rebalance_domains() local
7599 max_cost += sd->max_newidle_lb_cost; in rebalance_domains()
7649 max((u64)sysctl_sched_migration_cost, max_cost); in rebalance_domains()