Home
last modified time | relevance | path

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

/Linux-v4.19/Documentation/cgroup-v1/
Dmemcg_test.txt254 #echo 1 >/cgroup/B/memory.move_charge_at_immigrate
260 written to move_charge_at_immigrate.
Dmemory.txt77 memory.move_charge_at_immigrate # set/show controls of moving charges
202 be recharged to the new cgroup, if move_charge_at_immigrate has been chosen.
667 writing to memory.move_charge_at_immigrate of the destination cgroup.
671 # echo (some positive value) > memory.move_charge_at_immigrate
673 Note: Each bits of move_charge_at_immigrate has its own meaning about what type
684 # echo 0 > memory.move_charge_at_immigrate
688 Each bit in move_charge_at_immigrate has its own meaning about what type of
/Linux-v4.19/include/linux/
Dmemcontrol.h263 unsigned long move_charge_at_immigrate; member
/Linux-v4.19/mm/
Dmemcontrol.c3293 return mem_cgroup_from_css(css)->move_charge_at_immigrate; in mem_cgroup_move_charge_read()
3311 memcg->move_charge_at_immigrate = val; in mem_cgroup_move_charge_write()
5126 move_flags = READ_ONCE(memcg->move_charge_at_immigrate); in mem_cgroup_can_attach()