Home | Sort by: relevance | last modified time | path |
/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 |