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

  /src/sys/dev/tprof/
tprof.h 49 tprof_countermask_t sc_ctr_running_mask;/* start/stop */ member in struct:tprof_backend_softc
tprof.c 225 shouldstop = (tb == NULL || tb->tb_softc.sc_ctr_running_mask == 0);
348 runmask &= ~tb->tb_softc.sc_ctr_running_mask;
359 firstrun = (tb->tb_softc.sc_ctr_running_mask == 0);
396 tb->tb_softc.sc_ctr_running_mask |= runmask;
426 stopmask &= tb->tb_softc.sc_ctr_running_mask;
435 tb->tb_softc.sc_ctr_running_mask &= ~stopmask;
439 if (tb->tb_softc.sc_ctr_running_mask == 0) {
510 if (ISSET(c, tb->tb_softc.sc_ctr_running_mask))
646 counts->c_runningmask = tb->tb_softc.sc_ctr_running_mask;
794 if (tb->tb_softc.sc_ctr_running_mask != 0)
    [all...]

Completed in 12 milliseconds