Home
last modified time | relevance | path

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

/openbmc/linux/mm/
H A Dmemcontrol.c6914 unsigned long parent_effective, in effective_protection() argument
6931 if (siblings_protected > parent_effective) in effective_protection()
6932 return protected * parent_effective / siblings_protected; in effective_protection()
6969 if (parent_effective > siblings_protected && in effective_protection()
6974 unclaimed = parent_effective - siblings_protected; in effective_protection()