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

/linux-master/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]) {
534 test_file = filp_open(test_file_path, O_RDONLY, 0);
536 pr_err("failed to open %s: %ld\n", test_file_path, PTR_ERR(test_file));

Completed in 73 milliseconds