kern_softint.c | 220 static void softint_thread(void *); 272 KTHREAD_IDLE, ci, softint_thread, si, &si->si_lwp, 677 /* Cheat and make the KASSERT in softint_thread() happy. */ 719 * softint_thread: 724 softint_thread(void *cookie) function in typeref:typename:void 784 * softint_thread: 791 softint_thread(void *cookie) function in typeref:typename:void 794 panic("softint_thread");
|