FreeBSD kernel kern code
|
Data Fields | |
struct intr_event * | it_event |
struct thread * | it_thread |
int | it_flags |
int | it_need |
Definition at line 68 of file kern_intr.c.
struct intr_event* intr_thread::it_event |
Definition at line 69 of file kern_intr.c.
Referenced by intr_event_add_handler(), ithread_destroy(), ithread_loop(), and ithread_update().
int intr_thread::it_flags |
Definition at line 71 of file kern_intr.c.
Referenced by _intr_drain(), ithread_destroy(), and ithread_loop().
int intr_thread::it_need |
Definition at line 72 of file kern_intr.c.
Referenced by intr_event_schedule_thread(), and ithread_loop().
struct thread* intr_thread::it_thread |
Definition at line 70 of file kern_intr.c.
Referenced by _intr_drain(), intr_event_schedule_thread(), ithread_create(), ithread_destroy(), ithread_loop(), and ithread_update().