mly.c | 131 static void mly_thread(void *); 548 rv = kthread_create(PRI_NONE, 0, NULL, mly_thread, mly, 549 &mly->mly_thread, "%s", device_xname(self)); 1253 mly_thread(void *cookie) function in typeref:typename:void 1283 tsleep(mly_thread, PWAIT, "mlyzzz",
|