Searched refs:tcnt (Results 1 - 7 of 7) sorted by relevance

/freebsd-13-stable/sys/powerpc/include/
H A Dopenpicvar.h42 uint32_t tcnt; member in struct:openpic_timer
/freebsd-13-stable/contrib/netbsd-tests/lib/libm/
H A Dt_scalbn.c81 const size_t tcnt = __arraycount(test_vals); local
85 for (i = 0; i < tcnt; i++) {
235 const size_t tcnt = __arraycount(test_vals); local
239 for (i = 0; i < tcnt; i++) {
383 const size_t tcnt = __arraycount(test_vals);
387 for (i = 0; i < tcnt; i++) {
/freebsd-13-stable/contrib/sendmail/libmilter/
H A Dlistener.c727 int tcnt = 0; /* error count for thread_create() failures */ local
961 tcnt++;
965 tcnt >= MAX_FAILS_T ? "abort" : "try again");
966 MI_SLEEP(tcnt);
969 if (tcnt >= MAX_FAILS_T)
976 tcnt = 0;
/freebsd-13-stable/sys/powerpc/powerpc/
H A Dopenpic.c418 sc->sc_saved_timers[i].tcnt = bus_read_4(sc->sc_memr, OPENPIC_TCNT(i));
449 bus_write_4(sc->sc_memr, OPENPIC_TCNT(i), sc->sc_saved_timers[i].tcnt);
/freebsd-13-stable/contrib/openbsm/libauditd/
H A Dauditd_lib.c608 int tcnt = 0; local
660 tcnt++;
663 if (hcnt == tcnt)
665 if (scnt == tcnt)
/freebsd-13-stable/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dctf.c1015 int tcnt; local
1036 for (dptr = buf, tcnt = 0, tid = 1; dptr < buf + bufsz; tcnt++, tid++) {
1259 debug(3, "Resurrected %d types (%d were roots)\n", tcnt, iicnt);
/freebsd-13-stable/sys/contrib/openzfs/module/icp/core/
H A Dkcf_sched.c1507 uint_t tcnt; local
1521 if ((tcnt = kcfpool->kp_idlethreads) == (kcfpool->kp_threads + 1))
1522 tcnt--;
1523 ks_data->ks_idle_thrs.value.ui32 = tcnt;

Completed in 193 milliseconds