Home
last modified time | relevance | path

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

/mm/
Dmemcontrol.c6737 unsigned long unclaimed; in effective_protection() local
6739 unclaimed = parent_effective - siblings_protected; in effective_protection()
6740 unclaimed *= usage - protected; in effective_protection()
6741 unclaimed /= parent_usage - siblings_protected; in effective_protection()
6743 ep += unclaimed; in effective_protection()