Home
last modified time | relevance | path

Searched refs:bat_counters (Results 1 – 4 of 4) sorted by relevance

/linux-6.3-rc2/net/batman-adv/
A Dsoft-interface.c105 counters = per_cpu_ptr(bat_priv->bat_counters, cpu); in batadv_sum_counter()
744 bat_priv->bat_counters = __alloc_percpu(cnt_len, __alignof__(u64)); in batadv_softif_init_late()
745 if (!bat_priv->bat_counters) in batadv_softif_init_late()
812 free_percpu(bat_priv->bat_counters); in batadv_softif_init_late()
813 bat_priv->bat_counters = NULL; in batadv_softif_init_late()
A Dmain.h358 this_cpu_add(bat_priv->bat_counters[idx], count); in batadv_add_counter()
A Dmain.c290 free_percpu(bat_priv->bat_counters); in batadv_mesh_free()
291 bat_priv->bat_counters = NULL; in batadv_mesh_free()
A Dtypes.h1553 u64 __percpu *bat_counters; /* Per cpu counters */ member

Completed in 13 milliseconds