Searched refs:pcounters (Results 1 – 1 of 1) sorted by relevance
1099 struct pcpu_seg6_local_counters *pcounters; in seg6_local_update_counters() local1101 pcounters = this_cpu_ptr(slwt->pcpu_counters); in seg6_local_update_counters()1102 u64_stats_update_begin(&pcounters->syncp); in seg6_local_update_counters()1105 u64_stats_inc(&pcounters->packets); in seg6_local_update_counters()1106 u64_stats_add(&pcounters->bytes, len); in seg6_local_update_counters()1108 u64_stats_inc(&pcounters->errors); in seg6_local_update_counters()1111 u64_stats_update_end(&pcounters->syncp); in seg6_local_update_counters()1478 struct pcpu_seg6_local_counters __percpu *pcounters; in parse_nla_counters() local1496 pcounters = seg6_local_alloc_pcpu_counters(GFP_KERNEL); in parse_nla_counters()1497 if (!pcounters) in parse_nla_counters()[all …]