out_file           69 arch/mips/vdso/genvdso.c static FILE *out_file;
out_file          243 arch/mips/vdso/genvdso.c 	out_file = fopen(out_path, "w");
out_file          244 arch/mips/vdso/genvdso.c 	if (!out_file) {
out_file          250 arch/mips/vdso/genvdso.c 	fprintf(out_file, "/* Automatically generated - do not edit */\n");
out_file          251 arch/mips/vdso/genvdso.c 	fprintf(out_file, "#include <linux/linkage.h>\n");
out_file          252 arch/mips/vdso/genvdso.c 	fprintf(out_file, "#include <linux/mm.h>\n");
out_file          253 arch/mips/vdso/genvdso.c 	fprintf(out_file, "#include <asm/vdso.h>\n");
out_file          256 arch/mips/vdso/genvdso.c 	fprintf(out_file,
out_file          261 arch/mips/vdso/genvdso.c 			fprintf(out_file, "\n\t");
out_file          262 arch/mips/vdso/genvdso.c 		fprintf(out_file, "0x%02x, ", ((unsigned char *)vdso)[i]);
out_file          264 arch/mips/vdso/genvdso.c 	fprintf(out_file, "\n};\n");
out_file          267 arch/mips/vdso/genvdso.c 	fprintf(out_file,
out_file          271 arch/mips/vdso/genvdso.c 	fprintf(out_file, "struct mips_vdso_image vdso_image%s%s = {\n",
out_file          273 arch/mips/vdso/genvdso.c 	fprintf(out_file, "\t.data = vdso_data,\n");
out_file          274 arch/mips/vdso/genvdso.c 	fprintf(out_file, "\t.size = PAGE_ALIGN(%zu),\n", vdso_size);
out_file          275 arch/mips/vdso/genvdso.c 	fprintf(out_file, "\t.mapping = {\n");
out_file          276 arch/mips/vdso/genvdso.c 	fprintf(out_file, "\t\t.name = \"[vdso]\",\n");
out_file          277 arch/mips/vdso/genvdso.c 	fprintf(out_file, "\t\t.pages = vdso_pages,\n");
out_file          278 arch/mips/vdso/genvdso.c 	fprintf(out_file, "\t},\n");
out_file          286 arch/mips/vdso/genvdso.c 	fprintf(out_file, "};\n");
out_file          116 arch/mips/vdso/genvdso.h 				fprintf(out_file,
out_file          708 drivers/gpu/drm/i915/gt/selftest_workarounds.c 		goto out_file;
out_file          717 drivers/gpu/drm/i915/gt/selftest_workarounds.c 			goto out_file;
out_file          720 drivers/gpu/drm/i915/gt/selftest_workarounds.c out_file:
out_file         1138 drivers/gpu/drm/i915/selftests/i915_request.c 		goto out_file;
out_file         1229 drivers/gpu/drm/i915/selftests/i915_request.c out_file:
out_file          341 scripts/mod/sumversion.c 				goto out_file;
out_file          347 scripts/mod/sumversion.c 				goto out_file;
out_file          375 scripts/mod/sumversion.c 				goto out_file;
out_file          384 scripts/mod/sumversion.c out_file:
out_file           60 tools/testing/selftests/bpf/test_btf_dump.c 	char test_file[256], out_file[256], diff_cmd[1024];
out_file           77 tools/testing/selftests/bpf/test_btf_dump.c 	snprintf(out_file, sizeof(out_file),
out_file           79 tools/testing/selftests/bpf/test_btf_dump.c 	fd = mkstemp(out_file);
out_file          119 tools/testing/selftests/bpf/test_btf_dump.c 		 test_file, out_file);
out_file          123 tools/testing/selftests/bpf/test_btf_dump.c 		  out_file, err, diff_cmd))
out_file          126 tools/testing/selftests/bpf/test_btf_dump.c 	remove(out_file);