Home
last modified time | relevance | path

Searched refs:tst_module_exists (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/ltp/include/
H A Dtst_module.h13 static inline void tst_module_exists(const char *mod_name, char **mod_path) in tst_module_exists() function
/aosp_15_r20/external/ltp/include/old/
H A Dold_module.h55 static inline void tst_module_exists(void (cleanup_fn)(void), in tst_module_exists() function
/aosp_15_r20/external/ltp/testcases/kernel/syscalls/finit_module/
H A Dfinit_module01.c36 tst_module_exists(MODULE_NAME, &mod_path); in setup()
H A Dfinit_module02.c86 tst_module_exists(MODULE_NAME, &mod_path); in setup()
/aosp_15_r20/external/ltp/testcases/kernel/syscalls/init_module/
H A Dinit_module01.c37 tst_module_exists(MODULE_NAME, NULL); in setup()
H A Dinit_module02.c62 tst_module_exists(MODULE_NAME, NULL); in setup()
/aosp_15_r20/external/ltp/testcases/lib/
H A Dtest.sh371 tst_module_exists() function