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

  /src/sys/dev/tprof/
tprof.h 53 percpu_t *sc_ctr_offset_percpu; member in struct:tprof_backend_softc
tprof.c 572 percpu_foreach(tb->tb_softc.sc_ctr_offset_percpu,
612 counters_offset = percpu_getref(sc->sc_ctr_offset_percpu);
622 percpu_putref(sc->sc_ctr_offset_percpu);
771 tb->tb_softc.sc_ctr_offset_percpu =
806 percpu_free(tb->tb_softc.sc_ctr_offset_percpu,
tprof_armv7.c 231 percpu_getptr_remote(sc->sc_ctr_offset_percpu, curcpu());
tprof_armv8.c 203 percpu_getptr_remote(sc->sc_ctr_offset_percpu, curcpu());
tprof_x86_amd.c 193 percpu_getptr_remote(sc->sc_ctr_offset_percpu, curcpu());
tprof_x86_intel.c 186 percpu_getptr_remote(sc->sc_ctr_offset_percpu, curcpu());

Completed in 16 milliseconds