apm_thread
if (kthread_create(apm_thread, sc, &sc->sc_thread,
void apm_thread(void *);
if (kthread_create(PRI_NONE, 0, NULL, apm_thread, sc,
static void apm_thread(void *);
static void apm_thread(void *);
if (kthread_create(PRI_NONE, 0, NULL, apm_thread, sc,