Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dkern_intr.c119 static void ithread_loop(void *);
562 error = kproc_kthread_add(ithread_loop, ithd, &intrproc, in ithread_create()
1243 ithread_loop(void *arg) in ithread_loop() function