event_thread
if (kthread_create(pcic_event_thread, h, &h->event_thread, name)) {
h->event_thread = NULL;
if (h->event_thread != NULL)
struct proc *event_thread;
if (kthread_create(tcic_event_thread, h, &h->event_thread, name)) {
h->event_thread = NULL;
struct proc *event_thread;
if (kthread_create(stp4020_event_thread, sc, &sc->event_thread,
struct proc *event_thread; /* event handling thread */
static void *event_thread(void *);
ret = pthread_create(&evtid, NULL, event_thread, &evdone);