Searched refs:oldstats (Results 1 – 2 of 2) sorted by relevance
145 struct mtd_ecc_stats oldstats; in read_page() local151 memcpy(&oldstats, &mtd->ecc_stats, sizeof(oldstats)); in read_page()155 err = mtd->ecc_stats.corrected - oldstats.corrected; in read_page()
1381 struct nft_stats __percpu *oldstats; in nft_chain_stats_replace() local1387 oldstats = nfnl_dereference(chain->stats, NFNL_SUBSYS_NFTABLES); in nft_chain_stats_replace()1390 free_percpu(oldstats); in nft_chain_stats_replace()