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

#include <rc80211_pid.h>

Data Fields

struct dentrytarget
 
struct dentrysampling_period
 
struct dentrycoeff_p
 
struct dentrycoeff_i
 
struct dentrycoeff_d
 
struct dentrysmoothing_shift
 
struct dentrysharpen_factor
 
struct dentrysharpen_duration
 
struct dentrynorm_offset
 

Detailed Description

struct rc_pid_debugfs_entries - tunable parameters

Algorithm parameters, tunable via debugfs. : target percentage for failed frames : error sampling interval in milliseconds : absolute value of the proportional coefficient : absolute value of the integral coefficient : absolute value of the derivative coefficient : absolute value of the integral smoothing factor (i.e. amount of smoothing introduced by the exponential moving average) : absolute value of the derivative sharpening factor (i.e. amount of emphasis given to the derivative term after low activity events) : duration of the sharpening effect after the detected low activity event, relative to sampling_period : amount of normalization periodically performed on the learnt rate behaviour values (lower means we should trust more what we learnt about behaviour of rates, higher means we should trust more the natural ordering of rates)

Definition at line 142 of file rc80211_pid.h.

Field Documentation

struct dentry* coeff_d

Definition at line 147 of file rc80211_pid.h.

struct dentry* coeff_i

Definition at line 146 of file rc80211_pid.h.

struct dentry* coeff_p

Definition at line 145 of file rc80211_pid.h.

struct dentry* norm_offset

Definition at line 151 of file rc80211_pid.h.

struct dentry* sampling_period

Definition at line 144 of file rc80211_pid.h.

struct dentry* sharpen_duration

Definition at line 150 of file rc80211_pid.h.

struct dentry* sharpen_factor

Definition at line 149 of file rc80211_pid.h.

struct dentry* smoothing_shift

Definition at line 148 of file rc80211_pid.h.

struct dentry* target

Definition at line 143 of file rc80211_pid.h.


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