HomeSort by: relevance | last modified time | path
    Searched defs:softint_thread (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/kern/
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");

Completed in 15 milliseconds