Home
last modified time | relevance | path

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

/openbmc/linux/mm/
H A Dmemcontrol.c5690 enum mc_target_type { enum
5921 static enum mc_target_type get_mctgt_type(struct vm_area_struct *vma, in get_mctgt_type()
5925 enum mc_target_type ret = MC_TARGET_NONE; in get_mctgt_type()
6003 static enum mc_target_type get_mctgt_type_thp(struct vm_area_struct *vma, in get_mctgt_type_thp()
6007 enum mc_target_type ret = MC_TARGET_NONE; in get_mctgt_type_thp()
6032 static inline enum mc_target_type get_mctgt_type_thp(struct vm_area_struct *vma, in get_mctgt_type_thp()
6244 enum mc_target_type target_type; in mem_cgroup_move_charge_pte_range()