Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/hpc/apm/
H A Dapmdev.c101 static void apm_thread(void *);
703 if (kthread_create(PRI_NONE, 0, NULL, apm_thread, sc, in apm_attach()
716 apm_thread(void *arg) in apm_thread() function
/netbsd-src/sys/dev/apm/
H A Dapm.c98 static void apm_thread(void *);
644 if (kthread_create(PRI_NONE, 0, NULL, apm_thread, sc, in apm_attach()
660 apm_thread(void *arg) in apm_thread() function
/netbsd-src/sys/arch/arm/xscale/
H A Dpxa2x0_apm.c91 void apm_thread(void *);
420 if (kthread_create(apm_thread, sc, &sc->sc_thread,
429 apm_thread(void *v)