Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
cbq_sched_data Struct Reference

Data Fields

struct Qdisc_class_hash clhash
 
int nclasses [TC_CBQ_MAXPRIO+1]
 
unsigned int quanta [TC_CBQ_MAXPRIO+1]
 
struct cbq_class link
 
unsigned int activemask
 
struct cbq_classactive [TC_CBQ_MAXPRIO+1]
 
struct cbq_classtx_class
 
struct cbq_classtx_borrowed
 
int tx_len
 
psched_time_t now
 
psched_time_t now_rt
 
unsigned int pmask
 
struct hrtimer delay_timer
 
struct qdisc_watchdog watchdog
 
psched_tdiff_t wd_expires
 
int toplevel
 
u32 hgenerator
 

Detailed Description

Definition at line 144 of file sch_cbq.c.

Field Documentation

Definition at line 152 of file sch_cbq.c.

unsigned int activemask

Definition at line 151 of file sch_cbq.c.

Definition at line 145 of file sch_cbq.c.

Definition at line 165 of file sch_cbq.c.

u32 hgenerator

Definition at line 172 of file sch_cbq.c.

Definition at line 149 of file sch_cbq.c.

int nclasses[TC_CBQ_MAXPRIO+1]

Definition at line 146 of file sch_cbq.c.

Definition at line 161 of file sch_cbq.c.

psched_time_t now_rt

Definition at line 162 of file sch_cbq.c.

unsigned int pmask

Definition at line 163 of file sch_cbq.c.

unsigned int quanta[TC_CBQ_MAXPRIO+1]

Definition at line 147 of file sch_cbq.c.

int toplevel

Definition at line 171 of file sch_cbq.c.

struct cbq_class* tx_borrowed

Definition at line 159 of file sch_cbq.c.

struct cbq_class* tx_class

Definition at line 158 of file sch_cbq.c.

int tx_len

Definition at line 160 of file sch_cbq.c.

Definition at line 166 of file sch_cbq.c.

psched_tdiff_t wd_expires

Definition at line 170 of file sch_cbq.c.


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