#include <linux/aquosa/qos_debug.h>
#include <linux/aquosa/qos_types.h>
#include <aquosa/qres_lib.h>
Go to the source code of this file.
Defines | |
#define | QOS_DEBUG_LEVEL QOS_LEVEL_DEBUG |
Functions | |
void | test (qres_time_t Q, qres_time_t Q_min, qres_time_t P) |
int | main () |
#define QOS_DEBUG_LEVEL QOS_LEVEL_DEBUG |
Definition at line 1 of file test-roundings.c.
int main | ( | ) |
Definition at line 22 of file test-roundings.c.
References test().
void test | ( | qres_time_t | Q, | |
qres_time_t | Q_min, | |||
qres_time_t | P | |||
) |
Definition at line 6 of file test-roundings.c.
References bw2Q(), bw_min(), QOS_BW_BITS, qos_log_debug, QRES_TIME_FMT, and r2bw_ceil().
Referenced by main().