Searched refs:params (Results 1 – 2 of 2) sorted by relevance
205 struct memcg_cache_params *params; in cache_from_memcg_idx() local211 params = rcu_dereference(s->memcg_params); in cache_from_memcg_idx()212 cachep = params->memcg_caches[idx]; in cache_from_memcg_idx()
2791 struct memcg_cache_params *params; in mem_cgroup_slabinfo_read() local2799 list_for_each_entry(params, &memcg->memcg_slab_caches, list) in mem_cgroup_slabinfo_read()2800 cache_show(memcg_params_to_cache(params), m); in mem_cgroup_slabinfo_read()3049 struct memcg_cache_params *params, *tmp; in memcg_unregister_all_caches() local3055 list_for_each_entry_safe(params, tmp, &memcg->memcg_slab_caches, list) { in memcg_unregister_all_caches()3056 cachep = memcg_params_to_cache(params); in memcg_unregister_all_caches()