Searched refs:statc_pcpu (Results 1 – 1 of 1) sorted by relevance
566 struct memcg_vmstats_percpu __percpu *statc_pcpu; in memcg_rstat_updated() local 574 statc_pcpu = memcg->vmstats_percpu; in memcg_rstat_updated() 575 for (; statc_pcpu; statc_pcpu = statc->parent_pcpu) { in memcg_rstat_updated() 576 statc = this_cpu_ptr(statc_pcpu); in memcg_rstat_updated() 585 stats_updates = this_cpu_add_return(statc_pcpu->stats_updates, in memcg_rstat_updated() 590 stats_updates = this_cpu_xchg(statc_pcpu->stats_updates, 0); in memcg_rstat_updated()