Searched refs:statc (Results 1 – 3 of 3) sorted by relevance
/linux/drivers/power/supply/ |
H A D | rt9467-charger.c | 564 unsigned int statc, aicl_vth; in rt9467_run_aicl() local 569 ret = regmap_read(data->regmap, RT9467_REG_CHG_STATC, &statc); in rt9467_run_aicl() 575 if (!(statc & RT9467_MASK_PWR_RDY) || !(statc & RT9467_MASK_MIVR_STAT)) { in rt9467_run_aicl() 576 dev_info(data->dev, "Condition not matched %d\n", statc); in rt9467_run_aicl() 995 RT9467_IRQ_DESC(statc, statc, RT9467_IRQ_TS_STATC), in rt9467_request_interrupt() 1001 RT9467_IRQ_DESC(statc, statc, RT9467_IRQ_TS_STATC), in rt9467_request_interrupt()
|
/linux/mm/ |
H A D | memcontrol.c | 575 struct memcg_vmstats_percpu *statc; in memcg_rstat_updated() local 583 statc = this_cpu_ptr(memcg->vmstats_percpu); in memcg_rstat_updated() 584 for (; statc; statc = statc->parent) { in memcg_rstat_updated() 585 stats_updates = READ_ONCE(statc->stats_updates) + abs(val); in memcg_rstat_updated() 586 WRITE_ONCE(statc->stats_updates, stats_updates); in memcg_rstat_updated() 594 if (!memcg_vmstats_needs_flush(statc->vmstats)) in memcg_rstat_updated() 596 &statc->vmstats->stats_updates); in memcg_rstat_updated() 597 WRITE_ONCE(statc->stats_updates, 0); in memcg_rstat_updated() 3491 struct memcg_vmstats_percpu *statc, *pstatc; in mem_cgroup_alloc() local 3523 statc = per_cpu_ptr(memcg->vmstats_percpu, cpu); in mem_cgroup_alloc() [all …]
|
/linux/arch/mips/include/asm/octeon/ |
H A D | cvmx-pko-defs.h | 623 uint64_t statc:1; member 633 uint64_t statc:1; 680 uint64_t statc:1; member 692 uint64_t statc:1;
|