Home
last modified time | relevance | path

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

/linux/mm/
H A Dmemcontrol.c571 struct memcg_vmstats_percpu *statc; in memcg_rstat_updated() local
579 for (; statc_pcpu; statc_pcpu = statc->parent_pcpu) { in memcg_rstat_updated()
580 statc = this_cpu_ptr(statc_pcpu); in memcg_rstat_updated()
586 if (memcg_vmstats_needs_flush(statc->vmstats)) in memcg_rstat_updated()
595 atomic_add(stats_updates, &statc->vmstats->stats_updates); in memcg_rstat_updated()
3747 struct memcg_vmstats_percpu *statc; in mem_cgroup_alloc() local
3779 statc = per_cpu_ptr(memcg->vmstats_percpu, cpu); in mem_cgroup_alloc()
3780 statc->parent_pcpu = parent ? pstatc_pcpu : NULL; in mem_cgroup_alloc()
3781 statc->vmstats = memcg->vmstats; in mem_cgroup_alloc()
4109 struct memcg_vmstats_percpu *statc; in mem_cgroup_css_rstat_flush() local
[all …]
/linux/arch/mips/include/asm/octeon/
H A Dcvmx-pko-defs.h623 uint64_t statc:1; member
633 uint64_t statc:1;
680 uint64_t statc:1; member
692 uint64_t statc:1;
/linux/drivers/gpu/drm/nouveau/nvkm/engine/gr/
H A Dgf100.c1519 u32 statc = nvkm_rd32(device, ROP_UNIT(rop, 0x144)); in gf100_gr_trap_intr() local
1521 rop, statz, statc); in gf100_gr_trap_intr()