Searched refs:pcounters (Results 1 – 1 of 1) sorted by relevance
1584 struct pcpu_seg6_local_counters *pcounters; in seg6_local_update_counters() local1586 pcounters = this_cpu_ptr(slwt->pcpu_counters); in seg6_local_update_counters()1587 u64_stats_update_begin(&pcounters->syncp); in seg6_local_update_counters()1590 u64_stats_inc(&pcounters->packets); in seg6_local_update_counters()1591 u64_stats_add(&pcounters->bytes, len); in seg6_local_update_counters()1593 u64_stats_inc(&pcounters->errors); in seg6_local_update_counters()1596 u64_stats_update_end(&pcounters->syncp); in seg6_local_update_counters()1973 struct pcpu_seg6_local_counters __percpu *pcounters; in parse_nla_counters() local1991 pcounters = seg6_local_alloc_pcpu_counters(GFP_KERNEL); in parse_nla_counters()1992 if (!pcounters) in parse_nla_counters()[all …]