FreeBSD kernel kern code
intr_entropy Struct Reference

Data Fields

struct thread * td
 
uintptr_t event
 

Detailed Description

Definition at line 79 of file kern_intr.c.

Field Documentation

uintptr_t intr_entropy::event

Definition at line 81 of file kern_intr.c.

Referenced by intr_event_schedule_thread(), and swi_sched().

struct thread* intr_entropy::td

Definition at line 80 of file kern_intr.c.

Referenced by intr_event_schedule_thread(), and swi_sched().


The documentation for this struct was generated from the following file: