Home
last modified time | relevance | path

Searched refs:pmu_thread (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/sys/arch/macppc/dev/
H A Dpmu.c130 static void pmu_thread(void *);
472 if (kthread_create(PRI_NONE, 0, NULL, pmu_thread, sc, &sc->sc_thread, in pmu_attach()
1040 pmu_thread(void *cookie) in pmu_thread() function