Data Structures | |
struct | qmgr_server_t |
Files | |
file | qmgr_gw_ks.h |
QMGR UserSpace to KernelSpace gateway common interface. | |
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) |
Variables | |
qmgr_t | qmgr_server_t::qmgr |
static qos_rv qmgr_pause_ks | ( | void | ) | [inline, static] |
Definition at line 91 of file qmgr_gw_ks.h.