Searched refs:apm_thread (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/sys/dev/hpc/apm/ |
H A D | apmdev.c | 101 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 D | apm.c | 98 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 D | pxa2x0_apm.c | 91 void apm_thread(void *); 420 if (kthread_create(apm_thread, sc, &sc->sc_thread, 429 apm_thread(void *v)
|