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()
81 stats_init(&tftp_stats); in xmitfile()182 stats_init(&tftp_stats); in recvfile()
131 void stats_init(struct tftp_stats *ts);
295 stats_init(struct tftp_stats *ts) in stats_init() function
1619 if (!sc->stats_init && sc->port.pmf && sc->port.port_stx) { in bxe_stats_init()1642 if (sc->stats_init) { in bxe_stats_init()1653 if (sc->stats_init) { in bxe_stats_init()1676 sc->stats_init = FALSE; in bxe_stats_init()
1765 uint8_t stats_init; member