Home
last modified time | relevance | path

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

/Linux-v6.1/mm/
Dmemcontrol.c6760 unsigned long siblings_protected) in effective_protection() argument
6776 if (siblings_protected > parent_effective) in effective_protection()
6777 return protected * parent_effective / siblings_protected; in effective_protection()
6814 if (parent_effective > siblings_protected && in effective_protection()
6815 parent_usage > siblings_protected && in effective_protection()
6819 unclaimed = parent_effective - siblings_protected; in effective_protection()
6821 unclaimed /= parent_usage - siblings_protected; in effective_protection()