OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tst_module_unload
(Results
1 - 10
of
10
) sorted by null
/external/ltp/include/old/
old_module.h
70
void
tst_module_unload
(void (cleanup_fn)(void), const char *mod_name);
/external/ltp/testcases/kernel/module/delete_module/
delete_module03.c
113
tst_module_unload
(NULL, DUMMY_MOD_DEP_KO);
117
tst_module_unload
(NULL, DUMMY_MOD_KO);
delete_module01.c
88
tst_module_unload
(NULL, MODULE_NAME_KO);
/external/ltp/testcases/kernel/device-drivers/block/block_dev_user/
block_dev.c
50
tst_module_unload
(NULL, module_name);
/external/ltp/testcases/kernel/device-drivers/pci/tpci_user/
tpci.c
47
tst_module_unload
(NULL, module_name);
/external/ltp/testcases/kernel/device-drivers/uaccess/
uaccess.c
45
tst_module_unload
(NULL, module_name);
/external/ltp/lib/
tst_module.c
104
void
tst_module_unload
(void (cleanup_fn)(void), const char *mod_name)
function
/external/ltp/testcases/kernel/device-drivers/acpi/
ltp_acpi.c
43
tst_module_unload
(NULL, module_name);
/external/ltp/testcases/kernel/firmware/fw_load_user/
fw_load.c
187
tst_module_unload
(NULL, module_name);
/external/ltp/testcases/kernel/device-drivers/tbio/tbio_user/
tbio.c
75
tst_module_unload
(NULL, module_name);
Completed in 2097 milliseconds