Home
last modified time | relevance | path

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

/freebsd-13.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-13.1/usr.bin/tftp/
H A Dtftp.c81 stats_init(&tftp_stats); in xmitfile()
182 stats_init(&tftp_stats); in recvfile()
/freebsd-13.1/libexec/tftpd/
H A Dtftp-utils.h131 void stats_init(struct tftp_stats *ts);
H A Dtftp-utils.c295 stats_init(struct tftp_stats *ts) in stats_init() function
/freebsd-13.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.h1714 uint8_t stats_init; member
/freebsd-13.1/sys/kern/
H A Dsubr_stats.c3681 stats_init(void *arg) function
3685 SYSINIT(stats, SI_SUB_KDTRACE, SI_ORDER_FIRST, stats_init, NULL);