Home
last modified time | relevance | path

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

/mm/
A Dpage_counter.c24 unsigned long protected, old_protected; in propagate_protected_usage() local
30 protected = min(usage, READ_ONCE(c->min)); in propagate_protected_usage()
32 if (protected != old_protected) { in propagate_protected_usage()
34 delta = protected - old_protected; in propagate_protected_usage()
41 if (protected != old_protected) { in propagate_protected_usage()
43 delta = protected - old_protected; in propagate_protected_usage()
344 unsigned long protected; in effective_protection() local
347 protected = min(usage, setting); in effective_protection()
376 ep = protected; in effective_protection()
399 usage > protected) { in effective_protection()
[all …]
A Dvmscan.c3201 lrugen->protected[hist][type][i] + in read_ctrl_pos()
3229 lrugen->protected[hist][type][tier] + in reset_ctrl_pos()
3237 WRITE_ONCE(lrugen->protected[hist][type][tier], 0); in reset_ctrl_pos()
3911 WRITE_ONCE(lrugen->protected[hist][type][tier], in inc_min_seq()
3912 lrugen->protected[hist][type][tier] + delta); in inc_min_seq()
4503 WRITE_ONCE(lrugen->protected[hist][type][tier], in sort_folio()
4504 lrugen->protected[hist][type][tier] + delta); in sort_folio()
5404 n[2] = READ_ONCE(lrugen->protected[hist][type][tier]); in lru_gen_seq_show_full()
A DKconfig758 This is the portion of low virtual memory which should be protected

Completed in 24 milliseconds