Private interface for the FIR-Percentile predictor. More...
#include <linux/aquosa/qmgr_base.h>
#include <linux/aquosa/qos_queue.h>
#include <linux/aquosa/fir.h>
#include <linux/aquosa/percpred.h>
Go to the source code of this file.
Data Structures | |
struct | firperc_params_struct |
Parameters for firperc predictor. More... | |
struct | firperc_struct |
FIR-Percentile predictor class definition. More... | |
Typedefs | |
typedef struct firperc_params_struct | firperc_params_t |
Parameters for firperc predictor. | |
typedef struct firperc_struct | firperc_t |
FIR-Percentile predictor class definition. | |
Functions | |
qos_rv | firperc_register (void) |
Register the FIR-Percentile class with the framework. | |
qos_rv | firperc_init (qmgr_pred_t *self, qmgr_pred_params_t *self_params) |
Initialize a firperc object. | |
qos_rv | firperc_final (qmgr_pred_t *self) |
Virtual destructor for a firperc object. | |
qos_rv | firperc_add_sample (qmgr_pred_t *pred, qres_time_t new_sample) |
Virtual add_sample function for firperc object. | |
qres_time_t | firperc_get_exp_value (qmgr_pred_t *pred) |
Private interface for the FIR-Percentile predictor.
Definition in file firperc.h.