QMGR UserSpace to KernelSpace gateway common interface. More...
#include <linux/aquosa/qos_kernel_dep.h>
#include <linux/kernel.h>
#include <linux/module.h>
#include <asm/uaccess.h>
#include <linux/sched.h>
#include <linux/aquosa/qos_debug.h>
#include <linux/aquosa/qos_types.h>
#include <linux/aquosa/qos_prof.h>
#include <linux/aquosa/qmgr_config.h>
#include <linux/aquosa/qmgr_gw.h>
#include <linux/aquosa/qmgr_base.h>
#include <linux/aquosa/qmgr_params.h>
#include <linux/aquosa/qmgr_time.h>
#include <linux/aquosa/rres_interface.h>
Go to the source code of this file.
Data Structures | |
struct | qmgr_server_t |
Functions | |
qos_rv | qmgr_init_ks (void) |
qos_rv | qmgr_cleanup_ks (void) |
qos_rv | qmgr_start_ks (qmgr_params_t *params) |
qos_rv | qmgr_stop_ks (void) |
static qmgr_server_t * | qmgr_find_by_task (struct task_struct *tsk) |
static qos_rv | qmgr_end_cycle_ks (int skip, qres_time_t *p_sched_error) |
static qos_rv | qmgr_pause_ks (void) |
static qos_rv | qmgr_continue_ks (void) |
static qos_rv | qmgr_sync_ks (void) |
static qos_rv | qmgr_get_exec_time_ks (void *param, unsigned long size) |
static qos_rv | qmgr_get_sched_err_ks (void *param, unsigned long size) |
static qos_rv | qmgr_gw_ks (qmgr_op_t op, void __user *up_param, unsigned long size) |
QMGR UserSpace to KernelSpace gateway common interface.
Definition in file qmgr_gw_ks.h.