Public interface for the Recursive Steepest Descent predictor. More...
#include <linux/aquosa/qos_types.h>
Go to the source code of this file.
Defines | |
#define | RSD_DEF_SAMPLESIZE 36 |
Default sample size. | |
#define | RSD_DEF_FIRSIZE 12 |
Default filter size. | |
#define | RSD_DEF_MU 0.1 |
Default mu coefficient. | |
Functions | |
qos_rv | rsd_set_defaults (void) |
Configures an RSD predictor with default parameters. | |
qos_rv | rsd_set_sample_size (int sample_size) |
Sets the sample size for the RSD predictor. | |
qos_rv | rsd_set_fir_size (int fir_size) |
Sets the filter size for the RSD predictor. | |
qos_rv | rsd_set_mu (double mu) |
Sets the mu coefficient for the RSD predictor. | |
qos_rv | rsd_register_lib (void) |
Registration of the submodule with the library. |
Public interface for the Recursive Steepest Descent predictor.
Definition in file rsd_lib.h.
qos_rv rsd_register_lib | ( | void | ) |
Registration of the submodule with the library.