Home
last modified time | relevance | path

Searched refs:tcic_event_thread (Results 1 – 1 of 1) sorted by relevance

/openbsd/sys/dev/ic/
H A Dtcic2.c81 void tcic_event_thread(void *);
450 if (kthread_create(tcic_event_thread, h, &h->event_thread, name)) { in tcic_create_event_thread()
458 tcic_event_thread(void *arg) in tcic_event_thread() function