OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:test_module_exit
(Results
1 - 4
of
4
) sorted by null
/external/kmod/testsuite/module-playground/
mod-fake-scsi-mod.c
9
static void
test_module_exit
(void)
function
13
module_exit(
test_module_exit
);
variable
mod-simple.c
9
static void
test_module_exit
(void)
function
13
module_exit(
test_module_exit
);
variable
mod-fake-cciss.c
9
static void
test_module_exit
(void)
function
13
module_exit(
test_module_exit
);
variable
mod-fake-hpsa.c
12
static void
test_module_exit
(void)
function
16
module_exit(
test_module_exit
);
variable
Completed in 268 milliseconds