Symbol: counter_array
drivers/counter/counter-chrdev.c
243
struct counter_array *element;
drivers/counter/counter-chrdev.c
493
const struct counter_array *const element = comp->priv;
drivers/counter/counter-sysfs.c
367
const struct counter_array *const element = a->comp.priv;
drivers/counter/counter-sysfs.c
389
const struct counter_array *const element = a->comp.priv;
drivers/counter/counter-sysfs.c
417
const struct counter_array *const element = a->comp.priv;
drivers/counter/counter-sysfs.c
449
const struct counter_array *const element = a->comp.priv;
drivers/counter/counter-sysfs.c
573
const struct counter_array *const array = comp->priv;
drivers/counter/counter-sysfs.c
769
const struct counter_array *const array = comp->priv;
drivers/counter/counter-sysfs.c
771
struct counter_array *element;
drivers/counter/counter-sysfs.c
813
const struct counter_array *array;
drivers/net/ethernet/google/gve/gve.h
807
__be32 *counter_array; /* array of num_event_counters */
drivers/net/ethernet/google/gve/gve_adminq.c
672
.counter_array = cpu_to_be64(counter_array_bus_addr),
drivers/net/ethernet/google/gve/gve_adminq.h
289
__be64 counter_array;
drivers/net/ethernet/google/gve/gve_main.c
227
priv->counter_array =
drivers/net/ethernet/google/gve/gve_main.c
230
sizeof(*priv->counter_array),
drivers/net/ethernet/google/gve/gve_main.c
232
if (!priv->counter_array)
drivers/net/ethernet/google/gve/gve_main.c
240
if (!priv->counter_array)
drivers/net/ethernet/google/gve/gve_main.c
245
sizeof(*priv->counter_array),
drivers/net/ethernet/google/gve/gve_main.c
246
priv->counter_array, priv->counter_array_bus);
drivers/net/ethernet/google/gve/gve_main.c
247
priv->counter_array = NULL;
drivers/net/ethernet/google/gve/gve_tx.c
942
__be32 counter = READ_ONCE(priv->counter_array[counter_index]);
include/linux/counter.h
537
struct counter_array _name = { \
include/linux/counter.h
546
struct counter_array _name = { \
include/net/tcp_ecn.h
382
static inline void __tcp_accecn_init_bytes_counters(int *counter_array)
include/net/tcp_ecn.h
388
counter_array[INET_ECN_ECT_1 - 1] = 0;
include/net/tcp_ecn.h
389
counter_array[INET_ECN_ECT_0 - 1] = 0;
include/net/tcp_ecn.h
390
counter_array[INET_ECN_CE - 1] = 0;