Home
last modified time | relevance | path

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

/linux/mm/
H A Dpage_counter.c419 * Calculates elow/emin thresholds for given page_counter.
446 counter->emin = READ_ONCE(counter->min); in page_counter_calculate_protection()
453 WRITE_ONCE(counter->emin, effective_protection(usage, parent_usage, in page_counter_calculate_protection()
455 READ_ONCE(parent->emin), in page_counter_calculate_protection()
/linux/include/linux/
H A Dpage_counter.h21 unsigned long emin; member
/linux/kernel/cgroup/
H A Ddmem.c302 min = READ_ONCE(ctest->emin); in dmem_cgroup_state_evict_valuable()