Home
last modified time | relevance | path

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

/linux-4.19.296/lib/
Dtest_kmod.c732 const char *test_str) in trigger_config_run_type() argument
743 copied = config_copy_test_driver_name(config, test_str, in trigger_config_run_type()
744 strlen(test_str)); in trigger_config_run_type()
749 copied = config_copy_test_fs(config, test_str, in trigger_config_run_type()
750 strlen(test_str)); in trigger_config_run_type()
761 if (copied <= 0 || copied != strlen(test_str)) { in trigger_config_run_type()