Home
last modified time | relevance | path

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

/linux/lib/
H A Dtest_lockup.c146 static char test_file_path[256]; variable
147 module_param_string(file_path, test_file_path, sizeof(test_file_path), 0400);
533 if (test_file_path[0]) { in test_lockup_init()
534 test_file = filp_open(test_file_path, O_RDONLY, 0); in test_lockup_init()
536 pr_err("failed to open %s: %ld\n", test_file_path, PTR_ERR(test_file)); in test_lockup_init()