Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/i915/gt/
H A 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()
/linux/init/
H A Ddo_mounts_rd.c18 static struct file *in_file, *out_file; variable
190 out_file = filp_open("/dev/ram", O_RDWR, 0); in rd_load_image()
191 if (IS_ERR(out_file)) in rd_load_image()
213 rd_blocks = nr_blocks(out_file); in rd_load_image()
247 kernel_write(out_file, buf, BLOCK_SIZE, &out_pos); in rd_load_image()
260 fput(out_file); in rd_load_image()
282 long written = kernel_write(out_file, window, outcnt, &out_pos);
/linux/scripts/kconfig/tests/
H A Dconftest.py39 def _run_conf(self, mode, dot_config=None, out_file='.config', argument
108 if self.retcode == 0 and out_file:
109 with open(os.path.join(temp_dir, out_file)) as f:
130 print("[output for '{}']".format(out_file))
231 return self._run_conf('--savedefconfig', out_file='defconfig')
240 out_file=None)
/linux/drivers/gpu/drm/i915/gem/selftests/
H A Di915_gem_context.c62 goto out_file; in live_nop_switch()
178 out_file: in live_nop_switch()
314 goto out_file; in live_parallel_switch()
324 goto out_file; in live_parallel_switch()
426 out_file: in live_parallel_switch()
695 goto out_file; in igt_ctx_exec()
707 goto out_file; in igt_ctx_exec()
719 goto out_file; in igt_ctx_exec()
732 goto out_file; in igt_ctx_exec()
739 goto out_file; in igt_ctx_exec()
[all …]
H A Di915_gem_dmabuf.c168 goto out_file; in verify_access()
177 goto out_file; in verify_access()
182 goto out_file; in verify_access()
187 goto out_file; in verify_access()
193 goto out_file; in verify_access()
197 goto out_file; in verify_access()
203 goto out_file; in verify_access()
210 goto out_file; in verify_access()
214 out_file: in verify_access()
/linux/tools/testing/selftests/net/
H A Dtfo_passive.sh82 out_file=$(mktemp)
87 -o ${out_file}&
98 res=$(cat $out_file)
99 rm $out_file
/linux/drivers/tty/vt/
H A Dgen_ucs_recompose_table.py168 def generate_recomposition_table(use_full_list=False, out_file=DEFAULT_OUT_FILE): argument
201 with open(out_file, 'w') as f:
257 generate_recomposition_table(use_full_list=args.full, out_file=args.output_file)
H A Dgen_ucs_width_table.py189 def write_tables(zero_width_ranges, double_width_ranges, out_file=DEFAULT_OUT_FILE): argument
236 with open(out_file, 'w') as f:
299 write_tables(zero_width_ranges, double_width_ranges, out_file=args.output_file)
H A Dgen_ucs_fallback_table.py274 def generate_fallback_tables(out_file=DEFAULT_OUT_FILE): argument
290 with open(out_file, 'w') as f:
360 generate_fallback_tables(out_file=args.output_file)
/linux/drivers/gpu/drm/i915/selftests/
H A Digt_mmap.c42 goto out_file; in igt_mmap_offset()
49 out_file: in igt_mmap_offset()
H A Di915_request.c1760 goto out_file; in live_breadcrumbs_smoketest()
1862 out_file: in live_breadcrumbs_smoketest()
/linux/tools/mm/
H A Dslabinfo-gnuplot.sh52 local out_file
61 out_file=`basename "$file"`
99 echo "$out_file.png"
/linux/scripts/mod/
H A 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()
/linux/fs/xfs/
H A Dxfs_buf_mem.c86 goto out_file; in xmbuf_alloc()
107 out_file: in xmbuf_alloc()
/linux/tools/testing/selftests/bpf/prog_tests/
H A Dbtf_dump.c50 char test_file[256], out_file[256], diff_cmd[1024]; in test_btf_dump_case() local
76 snprintf(out_file, sizeof(out_file), "/tmp/%s.output.XXXXXX", t->file); in test_btf_dump_case()
77 fd = mkstemp(out_file); in test_btf_dump_case()
115 test_file, out_file); in test_btf_dump_case()
119 out_file, err, diff_cmd)) in test_btf_dump_case()
122 remove(out_file); in test_btf_dump_case()
/linux/scripts/livepatch/
H A Dklp-build631 local out_file="$DIFF_DIR/$rel_file"
635 mkdir -p "$(dirname "$out_file")"
643 cmd+=("$out_file")
/linux/arch/mips/vdso/
H A Dgenvdso.h116 fprintf(out_file, in FUNC()
/linux/tools/net/ynl/pyynl/
H A Dynl_gen_c.py1663 def __init__(self, nlib, out_file=None, overwrite=True):
1672 if out_file is None:
1677 self._out_file = out_file
1690 with open(self._out_file, 'w+', encoding='utf-8') as out_file:
1692 shutil.copyfileobj(self._out, out_file)
3429 parser.add_argument('-o', dest='out_file', type=str, default=None)
3448 cw = CodeWriter(BaseNlLib(), args.out_file, overwrite=not args.cmp_out)
3480 if args.out_file:
3481 hdr_file = os.path.basename(args.out_file[:-2]) + ".h"
3490 if args.out_file
1641 __init__(self, nlib, out_file=None, overwrite=True) global() argument
[all...]
/linux/fs/proc/
H A Dtask_mmu.c783 goto out_file; in do_procmap_query()
811 out_file: in do_procmap_query()