Searched refs:folio_memcg_check (Results 1 - 3 of 3) sorted by relevance

/linux-master/mm/damon/
H A Dpaddr.c199 memcg = folio_memcg_check(folio);
/linux-master/include/linux/
H A Dmemcontrol.h480 * folio_memcg_check - Get the memory cgroup associated with a folio.
501 static inline struct mem_cgroup *folio_memcg_check(struct folio *folio) function
526 return folio_memcg_check((struct folio *)page);
1190 static inline struct mem_cgroup *folio_memcg_check(struct folio *folio) function
/linux-master/mm/
H A Dmemcontrol.c405 memcg = folio_memcg_check(page_folio(page));
3068 * folio_memcg_check() is used here, because in theory we can encounter
3071 * folio_memcg_check() will guarantee that a proper memory
3074 return folio_memcg_check(folio);

Completed in 180 milliseconds