FreeBSD kernel kern code
cc_exec Struct Reference

Data Fields

struct callout * cc_curr
 
callout_func_t * cc_drain
 
void * cc_last_func
 
void * cc_last_arg
 
bool cc_cancel
 
bool cc_waiting
 

Detailed Description

Definition at line 147 of file kern_timeout.c.

Field Documentation

◆ cc_cancel

bool cc_exec::cc_cancel

Definition at line 159 of file kern_timeout.c.

◆ cc_curr

struct callout* cc_exec::cc_curr

Definition at line 148 of file kern_timeout.c.

◆ cc_drain

callout_func_t* cc_exec::cc_drain

Definition at line 149 of file kern_timeout.c.

◆ cc_last_arg

void* cc_exec::cc_last_arg

Definition at line 151 of file kern_timeout.c.

◆ cc_last_func

void* cc_exec::cc_last_func

Definition at line 150 of file kern_timeout.c.

◆ cc_waiting

bool cc_exec::cc_waiting

Definition at line 160 of file kern_timeout.c.


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