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

  /src/sys/dev/tprof/
tprof.c 325 tprof_countermask_t stopmask = (uintptr_t)arg2; local in function:tprof_stop_cpu
327 tb->tb_ops->tbo_stop(stopmask);
416 tprof_stop(tprof_countermask_t stopmask)
426 stopmask &= tb->tb_softc.sc_ctr_running_mask;
427 if (stopmask == 0) {
432 xc = xc_broadcast(0, tprof_stop_cpu, tb, (void *)(uintptr_t)stopmask);
435 tb->tb_softc.sc_ctr_running_mask &= ~stopmask;
tprof.c 325 tprof_countermask_t stopmask = (uintptr_t)arg2; local in function:tprof_stop_cpu
327 tb->tb_ops->tbo_stop(stopmask);
416 tprof_stop(tprof_countermask_t stopmask)
426 stopmask &= tb->tb_softc.sc_ctr_running_mask;
427 if (stopmask == 0) {
432 xc = xc_broadcast(0, tprof_stop_cpu, tb, (void *)(uintptr_t)stopmask);
435 tb->tb_softc.sc_ctr_running_mask &= ~stopmask;

Completed in 26 milliseconds