test-rres-mod.c File Reference
#include <linux/kernel.h>
#include <linux/version.h>
#include <linux/module.h>
#include <linux/moduleparam.h>
#include <linux/init.h>
#include <linux/spinlock.h>
#include <linux/aquosa/rres_interface.h>
Go to the source code of this file.
Defines |
#define | UNASSIGNED -1 |
Functions |
| module_param (pid, int, 0) |
| module_param (tid, int, 0) |
| module_param (sid, int, 0) |
| module_param (q, int, 0) |
| module_param (p, int, 0) |
| module_param (f, int, 0) |
| module_param (create, int, 0) |
| module_param (attach, int, 0) |
| module_param (detach, int, 0) |
| module_param (destroy, int, 0) |
| module_param (setparam, int, 0) |
static int | test_rres_init_module (void) |
static void | test_rres_cleanup_module (void) |
| MODULE_AUTHOR ("ReTiS Lab") |
| MODULE_LICENSE ("GPL") |
| module_init (test_rres_init_module) |
| module_exit (test_rres_cleanup_module) |
Variables |
int | pid = UNASSIGNED |
int | tid = UNASSIGNED |
int | sid = UNASSIGNED |
int | q = UNASSIGNED |
int | p = UNASSIGNED |
int | f = 0x00000000 |
int | create = 0 |
int | attach = 0 |
int | detach = 0 |
int | destroy = 0 |
int | setparam = 0 |
struct server_t * | srv |
Define Documentation
Function Documentation
MODULE_AUTHOR |
( |
"ReTiS Lab" |
|
) |
|
module_exit |
( |
test_rres_cleanup_module |
|
) |
|
module_init |
( |
test_rres_init_module |
|
) |
|
module_param |
( |
detach |
, |
|
|
int |
, |
|
|
0 |
| |
|
) |
| | |
module_param |
( |
attach |
, |
|
|
int |
, |
|
|
0 |
| |
|
) |
| | |
module_param |
( |
create |
, |
|
|
int |
, |
|
|
0 |
| |
|
) |
| | |
module_param |
( |
f |
, |
|
|
int |
, |
|
|
0 |
| |
|
) |
| | |
module_param |
( |
p |
, |
|
|
int |
, |
|
|
0 |
| |
|
) |
| | |
module_param |
( |
q |
, |
|
|
int |
, |
|
|
0 |
| |
|
) |
| | |
module_param |
( |
sid |
, |
|
|
int |
, |
|
|
0 |
| |
|
) |
| | |
module_param |
( |
tid |
, |
|
|
int |
, |
|
|
0 |
| |
|
) |
| | |
module_param |
( |
pid |
, |
|
|
int |
, |
|
|
0 |
| |
|
) |
| | |
static void test_rres_cleanup_module |
( |
void |
|
) |
[static] |
static int test_rres_init_module |
( |
void |
|
) |
[static] |
Definition at line 39 of file test-rres-mod.c.
References attach, create, current, destroy, detach, f, server_t::flags, server_t::id, p, pid, q, qos_chk_go_msg, qos_chk_ok, qos_log_crit, rres_attach_task(), rres_create_server(), rres_destroy_server(), rres_detach_task(), rres_find_by_id(), rres_find_by_task(), rres_get_spinlock(), rres_set_params(), setparam, sid, tid, and UNASSIGNED.
Variable Documentation