Home
last modified time | relevance | path

Searched refs:bat_counters (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/net/batman-adv/
H A Dsoft-interface.c108 counters = per_cpu_ptr(bat_priv->bat_counters, cpu); in batadv_sum_counter()
786 bat_priv->bat_counters = __alloc_percpu(cnt_len, __alignof__(u64)); in batadv_softif_init_late()
787 if (!bat_priv->bat_counters) in batadv_softif_init_late()
858 free_percpu(bat_priv->bat_counters); in batadv_softif_init_late()
859 bat_priv->bat_counters = NULL; in batadv_softif_init_late()
H A Dmain.h362 this_cpu_add(bat_priv->bat_counters[idx], count); in batadv_add_counter()
H A Dmain.c296 free_percpu(bat_priv->bat_counters); in batadv_mesh_free()
297 bat_priv->bat_counters = NULL; in batadv_mesh_free()
H A Dtypes.h1576 * @bat_counters: mesh internal traffic statistic counters (see
1579 u64 __percpu *bat_counters; /* Per cpu counters */ member
/kernel/linux/linux-6.6/net/batman-adv/
H A Dsoft-interface.c105 counters = per_cpu_ptr(bat_priv->bat_counters, cpu); in batadv_sum_counter()
747 bat_priv->bat_counters = __alloc_percpu(cnt_len, __alignof__(u64)); in batadv_softif_init_late()
748 if (!bat_priv->bat_counters) in batadv_softif_init_late()
815 free_percpu(bat_priv->bat_counters); in batadv_softif_init_late()
816 bat_priv->bat_counters = NULL; in batadv_softif_init_late()
H A Dmain.h358 this_cpu_add(bat_priv->bat_counters[idx], count); in batadv_add_counter()
H A Dmain.c290 free_percpu(bat_priv->bat_counters); in batadv_mesh_free()
291 bat_priv->bat_counters = NULL; in batadv_mesh_free()
H A Dtypes.h1556 * @bat_counters: mesh internal traffic statistic counters (see
1559 u64 __percpu *bat_counters; /* Per cpu counters */ member

Completed in 14 milliseconds