Symbol: test_file
drivers/platform/x86/intel/ifs/load.c
275
char test_file[64];
drivers/platform/x86/intel/ifs/load.c
278
snprintf(test_file, sizeof(test_file), "%02x-%02x-%02x-%02x.%s",
drivers/platform/x86/intel/ifs/load.c
284
dev_err(dev, "IFS Metadata missing in file %s\n", test_file);
drivers/platform/x86/intel/ifs/load.c
293
IFS_CHUNK_ALIGNMENT, test_file);
drivers/platform/x86/intel/ifs/load.c
299
test_file, ifs_meta->current_image);
lib/test_lockup.c
144
struct file *test_file;
lib/test_lockup.c
534
test_file = filp_open(test_file_path, O_RDONLY, 0);
lib/test_lockup.c
535
if (IS_ERR(test_file)) {
lib/test_lockup.c
536
pr_err("failed to open %s: %ld\n", test_file_path, PTR_ERR(test_file));
lib/test_lockup.c
537
return PTR_ERR(test_file);
lib/test_lockup.c
539
test_inode = file_inode(test_file);
lib/test_lockup.c
550
if (test_lock_mapping && test_file && test_file->f_mapping)
lib/test_lockup.c
551
lock_rwsem_ptr = (unsigned long)&test_file->f_mapping->i_mmap_rwsem;
lib/test_lockup.c
608
if (test_file)
lib/test_lockup.c
609
fput(test_file);
tools/perf/tests/dso-data.c
132
char *file = test_file(TEST_FILE_SIZE);
tools/perf/tests/dso-data.c
224
char *file = test_file(size);
tools/perf/tests/symbols.c
219
ret = test_file(&ti, filename);
tools/testing/selftests/bpf/prog_tests/btf_dump.c
102
snprintf(test_file, sizeof(test_file), "%s.c", t->file);
tools/testing/selftests/bpf/prog_tests/btf_dump.c
115
test_file, out_file);
tools/testing/selftests/bpf/prog_tests/btf_dump.c
50
char test_file[256], out_file[256], diff_cmd[1024];
tools/testing/selftests/bpf/prog_tests/btf_dump.c
55
snprintf(test_file, sizeof(test_file), "%s.bpf.o", t->file);
tools/testing/selftests/bpf/prog_tests/btf_dump.c
57
btf = btf__parse_elf(test_file, NULL);
tools/testing/selftests/bpf/prog_tests/btf_dump.c
96
snprintf(test_file, sizeof(test_file), "progs/%s.c", t->file);
tools/testing/selftests/bpf/prog_tests/btf_dump.c
97
if (access(test_file, R_OK) == -1)
tools/testing/selftests/bpf/prog_tests/cgroup_iter_memcg.c
211
test_file(link, &skel->data_query->memcg_query);
tools/testing/selftests/powerpc/mm/subpage_prot.c
235
return test_harness(test_file, "subpage_prot_file");