Home
last modified time | relevance | path

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

/openbmc/linux/mm/
H A Dmemcontrol.c6867 unsigned long siblings_protected) in effective_protection() argument
6883 if (siblings_protected > parent_effective) in effective_protection()
6884 return protected * parent_effective / siblings_protected; in effective_protection()
6921 if (parent_effective > siblings_protected && in effective_protection()
6922 parent_usage > siblings_protected && in effective_protection()
6926 unclaimed = parent_effective - siblings_protected; in effective_protection()
6928 unclaimed /= parent_usage - siblings_protected; in effective_protection()