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

  /src/sys/dev/apm/
apm.c 98 static void apm_thread(void *);
644 if (kthread_create(PRI_NONE, 0, NULL, apm_thread, sc,
660 apm_thread(void *arg) function in typeref:typename:void
  /src/sys/dev/hpc/apm/
apmdev.c 101 static void apm_thread(void *);
703 if (kthread_create(PRI_NONE, 0, NULL, apm_thread, sc,
716 apm_thread(void *arg) function in typeref:typename:void
  /src/sys/arch/arm/xscale/
pxa2x0_apm.c 91 void apm_thread(void *);
420 if (kthread_create(apm_thread, sc, &sc->sc_thread,
429 apm_thread(void *v)

Completed in 13 milliseconds