Lines Matching defs:statc
5612 struct memcg_vmstats_percpu *statc;
5616 statc = per_cpu_ptr(memcg->vmstats_percpu, cpu);
5630 v = READ_ONCE(statc->state[i]);
5631 if (v != statc->state_prev[i]) {
5632 delta_cpu = v - statc->state_prev[i];
5634 statc->state_prev[i] = v;
5654 v = READ_ONCE(statc->events[i]);
5655 if (v != statc->events_prev[i]) {
5656 delta_cpu = v - statc->events_prev[i];
5658 statc->events_prev[i] = v;