Searched refs:stats_init (Results 1 – 6 of 6) sorted by relevance
94 static isc_boolean_t stats_init = ISC_FALSE; variable110 if (stats_init == ISC_FALSE) in isc_mutex_init_profile()111 stats_init = ISC_TRUE; in isc_mutex_init_profile()
73 stats_init(&tftp_stats); in xmitfile()174 stats_init(&tftp_stats); in recvfile()
128 void stats_init(struct tftp_stats *ts);
298 stats_init(struct tftp_stats *ts) in stats_init() function
1617 if (!sc->stats_init && sc->port.pmf && sc->port.port_stx) { in bxe_stats_init()1640 if (sc->stats_init) { in bxe_stats_init()1651 if (sc->stats_init) { in bxe_stats_init()1674 sc->stats_init = FALSE; in bxe_stats_init()
3695 stats_init(void *arg) function3699 SYSINIT(stats, SI_SUB_KDTRACE, SI_ORDER_FIRST, stats_init, NULL);