HomeSort by: relevance | last modified time | path
    Searched refs:ctr_bitwidth (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/tprof/
tprof.h 42 u_int ctr_bitwidth; member in struct:tprof_backend_softc_counter
tprof.c 513 sc->sc_count[c].ctr_bitwidth =
553 __BITS(sc->sc_count[c].ctr_bitwidth - 1, 0)) {
555 __BITS(sc->sc_count[c].ctr_bitwidth - 1, 0);
565 __BITS(sc->sc_count[c].ctr_bitwidth - 1, 0);
592 if (sc->sc_count[c].ctr_bitwidth != 64)
618 __BITS(sc->sc_count[c].ctr_bitwidth - 1, 0));

Completed in 61 milliseconds