Home
last modified time | relevance | path

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

/mm/
Dpage_counter.c20 unsigned long protected, old_protected; in propagate_protected_usage() local
29 protected = min(usage, min); in propagate_protected_usage()
30 old_protected = atomic_long_xchg(&c->min_usage, protected); in propagate_protected_usage()
31 delta = protected - old_protected; in propagate_protected_usage()
38 protected = min(usage, low); in propagate_protected_usage()
39 old_protected = atomic_long_xchg(&c->low_usage, protected); in propagate_protected_usage()
40 delta = protected - old_protected; in propagate_protected_usage()
Dmemcontrol.c6716 unsigned long protected; in effective_protection() local
6719 protected = min(usage, setting); in effective_protection()
6731 return protected * parent_effective / siblings_protected; in effective_protection()
6748 ep = protected; in effective_protection()
6770 usage > protected) { in effective_protection()
6774 unclaimed *= usage - protected; in effective_protection()
Dvmscan.c3392 pos->total += lrugen->protected[hist][type][tier - 1]; in read_ctrl_pos()
3421 sum += lrugen->protected[hist][type][tier - 1]; in reset_ctrl_pos()
3429 WRITE_ONCE(lrugen->protected[hist][type][tier - 1], 0); in reset_ctrl_pos()
4500 WRITE_ONCE(lrugen->protected[hist][type][tier - 1], in sort_page()
4501 lrugen->protected[hist][type][tier - 1] + delta); in sort_page()
5507 n[2] = READ_ONCE(lrugen->protected[hist][type][tier - 1]); in lru_gen_seq_show_full()
DKconfig317 This is the portion of low virtual memory which should be protected