Home
last modified time | relevance | path

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

/linux-2.6.39/include/linux/
Dmemcontrol.h87 int mm_match_cgroup(const struct mm_struct *mm, const struct mem_cgroup *cgroup) in mm_match_cgroup() function
244 static inline int mm_match_cgroup(struct mm_struct *mm, struct mem_cgroup *mem) in mm_match_cgroup() function
/linux-2.6.39/mm/
Drmap.c602 if (mem_cont && !mm_match_cgroup(vma->vm_mm, mem_cont)) in page_referenced_anon()
670 if (mem_cont && !mm_match_cgroup(vma->vm_mm, mem_cont)) in page_referenced_file()
Dksm.c1620 if (memcg && !mm_match_cgroup(vma->vm_mm, memcg)) in page_referenced_ksm()