Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/ntp/lib/isc/pthreads/
H A Dmutex.c94 static isc_boolean_t stats_init = ISC_FALSE; variable
110 if (stats_init == ISC_FALSE) in isc_mutex_init_profile()
111 stats_init = ISC_TRUE; in isc_mutex_init_profile()
/freebsd-12.1/usr.bin/tftp/
H A Dtftp.c81 stats_init(&tftp_stats); in xmitfile()
182 stats_init(&tftp_stats); in recvfile()
/freebsd-12.1/libexec/tftpd/
H A Dtftp-utils.h125 void stats_init(struct tftp_stats *ts);
H A Dtftp-utils.c294 stats_init(struct tftp_stats *ts) in stats_init() function
/freebsd-12.1/sys/dev/bxe/
H A Dbxe_stats.c1619 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()
H A Dbxe.h1765 uint8_t stats_init; member