Home
last modified time | relevance | path

Searched refs:stats_init (Results 1 – 6 of 6) sorted by relevance

/linux-4.4.14/include/linux/
Duwb.h772 void stats_init(struct stats *stats) in stats_init() function
827 stats_init(stats); in stats_store()
/linux-4.4.14/drivers/uwb/
Dbeacon.c252 stats_init(&bce->lqe_stats); in uwb_beca_e_init()
253 stats_init(&bce->rssi_stats); in uwb_beca_e_init()
/linux-4.4.14/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_stats.c1569 if (bp->stats_init) { in bnx2x_memset_stats()
1579 if (bp->stats_init) { in bnx2x_memset_stats()
1593 bp->stats_init = false; in bnx2x_memset_stats()
1623 if (!bp->stats_init && bp->port.pmf && bp->port.port_stx) in bnx2x_stats_init()
1644 if (bp->stats_init) { in bnx2x_stats_init()
Dbnx2x.h1818 bool stats_init; member
Dbnx2x_main.c12432 bp->stats_init = true; in bnx2x_open()
/linux-4.4.14/drivers/md/
Ddm-cache-policy-smq.c506 static void stats_init(struct stats *s, unsigned nr_levels) in stats_init() function
1678 stats_init(&mq->hotspot_stats, NR_HOTSPOT_LEVELS); in smq_create()
1679 stats_init(&mq->cache_stats, NR_CACHE_LEVELS); in smq_create()