Home
last modified time | relevance | path

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

/linux-6.12.1/mm/
Dpage_counter.c339 unsigned long siblings_protected, in effective_protection() argument
356 if (siblings_protected > parent_effective) in effective_protection()
357 return protected * parent_effective / siblings_protected; in effective_protection()
395 if (parent_effective > siblings_protected && in effective_protection()
396 parent_usage > siblings_protected && in effective_protection()
400 unclaimed = parent_effective - siblings_protected; in effective_protection()
402 unclaimed /= parent_usage - siblings_protected; in effective_protection()