FreeBSD kernel kern code
intr_entropy Struct Reference

Data Fields

struct thread * td
 
uintptr_t event
 

Detailed Description

Definition at line 86 of file kern_intr.c.

Field Documentation

◆ event

uintptr_t intr_entropy::event

Definition at line 88 of file kern_intr.c.

Referenced by intr_event_schedule_thread(), and swi_sched().

◆ td

struct thread* intr_entropy::td

Definition at line 87 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: