Searched refs:vmstats_percpu (Results 1 – 2 of 2) sorted by relevance
674 __this_cpu_add(memcg->vmstats_percpu->state[idx], val); in __mod_memcg_state()685 x += per_cpu(memcg->vmstats_percpu->state[idx], cpu); in memcg_page_state_local()703 __this_cpu_add(memcg->vmstats_percpu->state[idx], val); in __mod_memcg_lruvec_state()791 __this_cpu_add(memcg->vmstats_percpu->events[idx], count); in __count_memcg_events()806 x += per_cpu(memcg->vmstats_percpu->events[event], cpu); in memcg_events_local()821 __this_cpu_add(memcg->vmstats_percpu->nr_page_events, nr_pages); in mem_cgroup_charge_statistics()829 val = __this_cpu_read(memcg->vmstats_percpu->nr_page_events); in mem_cgroup_event_ratelimit()830 next = __this_cpu_read(memcg->vmstats_percpu->targets[target]); in mem_cgroup_event_ratelimit()5095 free_percpu(memcg->vmstats_percpu); in __mem_cgroup_free()5130 if (!memcg->vmstats_percpu) in mem_cgroup_alloc()[all …]
327 struct memcg_vmstats_percpu __percpu *vmstats_percpu; member
Completed in 19 milliseconds