FreeBSD kernel kern code
kq_timer_cb_data Struct Reference

Data Fields

struct callout c
 
struct proc * p
 
struct knotekn
 
int cpuid
 
int flags
 

Detailed Description

Definition at line 678 of file kern_event.c.

Field Documentation

◆ c

struct callout kq_timer_cb_data::c

◆ cpuid

int kq_timer_cb_data::cpuid

Definition at line 682 of file kern_event.c.

Referenced by filt_timerattach(), and kqtimer_sched_callout().

◆ flags

int kq_timer_cb_data::flags

◆ kn

struct knote* kq_timer_cb_data::kn

◆ p

struct proc* kq_timer_cb_data::p

Definition at line 680 of file kern_event.c.

Referenced by filt_timerattach(), filt_timerdetach(), and filt_timerexpire_l().


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