Searched refs:penalty_jiffies (Results 1 – 1 of 1) sorted by relevance
2422 unsigned long penalty_jiffies, overage; in mem_cgroup_handle_over_high() local2460 penalty_jiffies = ((u64)overage * overage * HZ) in mem_cgroup_handle_over_high()2471 penalty_jiffies = penalty_jiffies * nr_pages / MEMCG_CHARGE_BATCH; in mem_cgroup_handle_over_high()2478 penalty_jiffies = min(penalty_jiffies, MEMCG_MAX_HIGH_DELAY_JIFFIES); in mem_cgroup_handle_over_high()2486 if (penalty_jiffies <= HZ / 100) in mem_cgroup_handle_over_high()2495 schedule_timeout_killable(penalty_jiffies); in mem_cgroup_handle_over_high()