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

  /src/sys/dev/tprof/
tprof.h 68 int (*tbo_establish)(tprof_backend_softc_t *); member in struct:tprof_backend_ops
tprof_armv7.c 277 .tbo_establish = NULL,
tprof_armv8.c 249 .tbo_establish = NULL,
tprof_x86_amd.c 311 .tbo_establish = tprof_amd_establish,
tprof_x86_intel.c 314 .tbo_establish = tprof_intel_establish,
tprof.c 361 if (tb->tb_ops->tbo_establish != NULL) {
362 error = tb->tb_ops->tbo_establish(&tb->tb_softc);

Completed in 52 milliseconds