Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/mips/vdso/
Dgenvdso.c69 static FILE *out_file; variable
251 out_file = fopen(out_path, "w"); in main()
252 if (!out_file) { in main()
258 fprintf(out_file, "/* Automatically generated - do not edit */\n"); in main()
259 fprintf(out_file, "#include <linux/linkage.h>\n"); in main()
260 fprintf(out_file, "#include <linux/mm.h>\n"); in main()
261 fprintf(out_file, "#include <asm/vdso.h>\n"); in main()
262 fprintf(out_file, "static int vdso_mremap(\n"); in main()
263 fprintf(out_file, " const struct vm_special_mapping *sm,\n"); in main()
264 fprintf(out_file, " struct vm_area_struct *new_vma)\n"); in main()
[all …]
Dgenvdso.h116 fprintf(out_file, in FUNC()
/kernel/uniproton/cmake/common/build_auxiliary_script/
DKconfig2macro.py39 def write_header(out_file):
40 with codecs.open(out_file,
44 file_path, file_name = os.path.split(out_file)
112 def write_config(in_file, out_file, flag):
113 with codecs.open(out_file, 'a+') as fd_out, open(in_file) as fd_in:
137 def write_external_macro(out_file):
138 with codecs.open(out_file, 'a+') as fd_out:
146 def write_c_external_tail(out_file):
147 with codecs.open(out_file, 'a+') as fd_out:
156 def write_tail(out_file):
[all …]
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gt/
Dst_shmem_utils.c22 goto out_file; in igt_shmem_basic()
28 goto out_file; in igt_shmem_basic()
34 goto out_file; in igt_shmem_basic()
39 goto out_file; in igt_shmem_basic()
51 out_file: in igt_shmem_basic()
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/prog_tests/
Dbtf_dump.c51 char test_file[256], out_file[256], diff_cmd[1024]; in test_btf_dump_case() local
78 snprintf(out_file, sizeof(out_file), "/tmp/%s.output.XXXXXX", t->file); in test_btf_dump_case()
79 fd = mkstemp(out_file); in test_btf_dump_case()
118 test_file, out_file); in test_btf_dump_case()
122 out_file, err, diff_cmd)) in test_btf_dump_case()
125 remove(out_file); in test_btf_dump_case()
/kernel/linux/linux-5.10/init/
Ddo_mounts_rd.c17 static struct file *in_file, *out_file; variable
198 out_file = filp_open("/dev/ram", O_RDWR, 0); in rd_load_image()
199 if (IS_ERR(out_file)) in rd_load_image()
221 rd_blocks = nr_blocks(out_file); in rd_load_image()
257 kernel_write(out_file, buf, BLOCK_SIZE, &out_pos); in rd_load_image()
272 fput(out_file); in rd_load_image()
301 long written = kernel_write(out_file, window, outcnt, &out_pos); in compr_flush()
/kernel/linux/linux-5.10/scripts/kconfig/tests/
Dconftest.py39 def _run_conf(self, mode, dot_config=None, out_file='.config', argument
89 if self.retcode == 0 and out_file:
90 with open(os.path.join(temp_dir, out_file)) as f:
111 print("[output for '{}']".format(out_file))
208 return self._run_conf('--savedefconfig', out_file='defconfig')
217 out_file=None)
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gem/selftests/
Di915_gem_context.c65 goto out_file; in live_nop_switch()
72 goto out_file; in live_nop_switch()
88 goto out_file; in live_nop_switch()
102 goto out_file; in live_nop_switch()
113 goto out_file; in live_nop_switch()
126 goto out_file; in live_nop_switch()
171 goto out_file; in live_nop_switch()
179 out_file: in live_nop_switch()
304 goto out_file; in live_parallel_switch()
314 goto out_file; in live_parallel_switch()
[all …]
Di915_gem_object_blt.c490 goto out_file; in igt_threaded_blt()
526 out_file: in igt_threaded_blt()
Dhuge_pages.c1652 goto out_file; in i915_gem_huge_page_live_selftests()
1663 out_file: in i915_gem_huge_page_live_selftests()
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/selftests/
Digt_mmap.c29 goto out_file; in igt_mmap_node()
36 out_file: in igt_mmap_node()
Dintel_memory_region.c492 goto out_file; in igt_lmem_write_gpu()
500 goto out_file; in igt_lmem_write_gpu()
514 out_file: in igt_lmem_write_gpu()
Di915_request.c1373 goto out_file; in live_breadcrumbs_smoketest()
1472 out_file: in live_breadcrumbs_smoketest()
/kernel/linux/linux-5.10/tools/vm/
Dslabinfo-gnuplot.sh52 local out_file
61 out_file=`basename "$file"`
99 echo "$out_file.png"
/kernel/linux/linux-5.10/scripts/mod/
Dsumversion.c337 goto out_file; in parse_source_files()
343 goto out_file; in parse_source_files()
371 goto out_file; in parse_source_files()
380 out_file: in parse_source_files()
/kernel/linux/linux-5.10/fs/hmdfs/
Dhmdfs_dentryfile.c1648 goto out_file; in store_one()
1670 out_file: in store_one()