HomeSort by: relevance | last modified time | path
    Searched defs:tb_softc (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/dev/tprof/
tprof.c 99 tprof_backend_softc_t tb_softc; member in struct:tprof_backend
225 shouldstop = (tb == NULL || tb->tb_softc.sc_ctr_running_mask == 0);
348 runmask &= ~tb->tb_softc.sc_ctr_running_mask;
349 runmask &= tb->tb_softc.sc_ctr_configured_mask;
359 firstrun = (tb->tb_softc.sc_ctr_running_mask == 0);
362 error = tb->tb_ops->tbo_establish(&tb->tb_softc);
373 tb->tb_ops->tbo_disestablish(&tb->tb_softc);
392 runmask &= tb->tb_softc.sc_ctr_configured_mask;
396 tb->tb_softc.sc_ctr_running_mask |= runmask;
426 stopmask &= tb->tb_softc.sc_ctr_running_mask
    [all...]

Completed in 12 milliseconds