Home
last modified time | relevance | path

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

/Linux-v6.1/mm/
Dshrinker_debug.c69 if (memcg && !mem_cgroup_online(memcg)) in shrinker_debugfs_count_show()
141 if (!mem_cgroup_online(memcg)) { in shrinker_debugfs_scan_write()
Dvmscan.c881 if (!mem_cgroup_online(memcg)) in shrink_slab_memcg()
3060 if (!scan && !mem_cgroup_online(memcg)) in get_scan_count()
3075 scan = mem_cgroup_online(memcg) ? in get_scan_count()
4461 *nr_to_scan = mem_cgroup_online(memcg) ? (total >> sc->priority) : total; in should_run_aging()
/Linux-v6.1/include/linux/
Dmemcontrol.h880 static inline bool mem_cgroup_online(struct mem_cgroup *memcg) in mem_cgroup_online() function
1375 static inline bool mem_cgroup_online(struct mem_cgroup *memcg) in mem_cgroup_online() function