Searched refs:tst_module_unload (Results 1 – 10 of 10) sorted by relevance
/external/ltp/testcases/kernel/module/delete_module/ |
D | delete_module03.c | 113 tst_module_unload(NULL, DUMMY_MOD_DEP_KO); in cleanup() 117 tst_module_unload(NULL, DUMMY_MOD_KO); in cleanup()
|
D | delete_module01.c | 88 tst_module_unload(NULL, MODULE_NAME_KO); in cleanup()
|
/external/ltp/include/old/ |
D | old_module.h | 70 void tst_module_unload(void (cleanup_fn)(void), const char *mod_name);
|
/external/ltp/testcases/kernel/device-drivers/block/block_dev_user/ |
D | block_dev.c | 50 tst_module_unload(NULL, module_name); in cleanup()
|
/external/ltp/testcases/kernel/device-drivers/uaccess/ |
D | uaccess.c | 45 tst_module_unload(NULL, module_name); in cleanup()
|
/external/ltp/testcases/kernel/device-drivers/pci/tpci_user/ |
D | tpci.c | 47 tst_module_unload(NULL, module_name); in cleanup()
|
/external/ltp/lib/ |
D | tst_module.c | 104 void tst_module_unload(void (cleanup_fn)(void), const char *mod_name) in tst_module_unload() function
|
/external/ltp/testcases/kernel/device-drivers/acpi/ |
D | ltp_acpi.c | 43 tst_module_unload(NULL, module_name); in cleanup()
|
/external/ltp/testcases/kernel/firmware/fw_load_user/ |
D | fw_load.c | 187 tst_module_unload(NULL, module_name); in cleanup()
|
/external/ltp/testcases/kernel/device-drivers/tbio/tbio_user/ |
D | tbio.c | 75 tst_module_unload(NULL, module_name); in cleanup()
|