Home
last modified time | relevance | path

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

/linux/mm/
H A Dpage_counter.c447 counter->elow = READ_ONCE(counter->low); in page_counter_calculate_protection()
459 WRITE_ONCE(counter->elow, effective_protection(usage, parent_usage, in page_counter_calculate_protection()
461 READ_ONCE(parent->elow), in page_counter_calculate_protection()
/linux/include/linux/
H A Dpage_counter.h26 unsigned long elow; member
H A Dmemcontrol.h605 *low = READ_ONCE(memcg->memory.elow); in mem_cgroup_protection()
629 return READ_ONCE(memcg->memory.elow) >= in mem_cgroup_below_low()
/linux/kernel/cgroup/
H A Ddmem.c343 low = READ_ONCE(ctest->elow); in dmem_cgroup_state_evict_valuable()