HomeSort by: relevance | last modified time | path
    Searched defs:apm_thread (Results 1 - 2 of 2) 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

Completed in 12 milliseconds