Home
last modified time | relevance | path

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

/linux-6.6.21/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.c939 if (!mem_cgroup_online(memcg)) in shrink_slab_memcg()
3187 if (!scan && !mem_cgroup_online(memcg)) in get_scan_count()
3202 scan = mem_cgroup_online(memcg) ? in get_scan_count()
4571 return mem_cgroup_online(memcg) ? (total >> sc->priority) : total; in lruvec_is_sizable()
5299 if (!mem_cgroup_online(memcg)) { in should_run_aging()
5451 if (success && mem_cgroup_online(memcg)) in shrink_one()
/linux-6.6.21/include/linux/
Dmemcontrol.h903 static inline bool mem_cgroup_online(struct mem_cgroup *memcg) in mem_cgroup_online() function
1409 static inline bool mem_cgroup_online(struct mem_cgroup *memcg) in mem_cgroup_online() function