Searched refs:pcounters (Results 1 – 1 of 1) sorted by relevance
1594 struct pcpu_seg6_local_counters *pcounters; in seg6_local_update_counters() local1596 pcounters = this_cpu_ptr(slwt->pcpu_counters); in seg6_local_update_counters()1597 u64_stats_update_begin(&pcounters->syncp); in seg6_local_update_counters()1600 u64_stats_inc(&pcounters->packets); in seg6_local_update_counters()1601 u64_stats_add(&pcounters->bytes, len); in seg6_local_update_counters()1603 u64_stats_inc(&pcounters->errors); in seg6_local_update_counters()1606 u64_stats_update_end(&pcounters->syncp); in seg6_local_update_counters()1981 struct pcpu_seg6_local_counters __percpu *pcounters; in parse_nla_counters() local1999 pcounters = seg6_local_alloc_pcpu_counters(GFP_KERNEL); in parse_nla_counters()2000 if (!pcounters) in parse_nla_counters()[all …]