Searched refs:os (Results 26 - 50 of 265) sorted by relevance

1234567891011

/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/clk/
H A Dpll.h4 #include <core/os.h>
/linux-master/arch/um/kernel/
H A Dmaccess.c8 #include <os.h>
H A Dumid.c9 #include <os.h>
H A Dearly_printk.c9 #include <os.h>
H A Dinitrd.c11 #include <os.h>
/linux-master/drivers/gpu/drm/nouveau/include/nvif/
H A Dparent.h4 #include <nvif/os.h>
/linux-master/drivers/gpu/drm/nouveau/include/nvkm/core/
H A Denum.h4 #include <core/os.h>
H A Doption.h4 #include <core/os.h>
/linux-master/arch/um/include/shared/
H A Dlongjmp.h6 #include <os.h>
/linux-master/drivers/gpu/drm/tegra/
H A Driscv.c40 struct tegra_drm_riscv_descriptor *os = &riscv->os_desc; local
54 READ_PROP("nvidia,os-manifest-offset", &os->manifest_offset);
55 READ_PROP("nvidia,os-code-offset", &os->code_offset);
56 READ_PROP("nvidia,os-data-offset", &os->data_offset);
60 bl->data_offset == 0 && os->manifest_offset == 0 &&
61 os->code_offset == 0 && os
[all...]
/linux-master/Documentation/sphinx/
H A Dkernel_abi.py36 import os namespace
78 srctree = os.path.abspath(os.environ["srctree"])
81 os.path.join(srctree, 'scripts/get_abi.pl'),
84 '--dir', os.path.join(srctree, 'Documentation', self.arguments[0]),
90 lines = subprocess.check_output(args, cwd=os.path.dirname(doc.current_source)).decode('utf-8')
123 env.note_dependency(os.path.abspath(f))
H A Dkernel_feat.py35 import os namespace
83 srctree = os.path.abspath(os.environ["srctree"])
86 os.path.join(srctree, 'scripts/get_feat.pl'),
90 os.path.join(srctree, 'Documentation', self.arguments[0]),
96 lines = subprocess.check_output(args, cwd=os.path.dirname(doc.current_source)).decode('utf-8')
108 env.note_dependency(os.path.abspath(fname))
H A Dtranslations.py9 import os namespace
42 components = docname.split(os.sep)
47 docname = os.path.join(*components[2:])
59 target_name = os.path.join('translations', lang_code, docname)
/linux-master/fs/ceph/
H A Dutil.c15 __u32 os = layout->object_size; local
20 if (!os || (os & (CEPH_MIN_STRIPE_UNIT-1)))
23 if (os < su || os % su)
/linux-master/drivers/comedi/drivers/ni_routing/tools/
H A Dconvert_csv_to_c.py7 import os, sys, re namespace
152 """.format(filename=SET_C, extern_h=os.path.join(ITEMS_DIR, EXTERN_H))
241 sheet_filename = os.path.join(self.ITEMS_DIR,'{}.c'.format(S))
258 with open(os.path.join(self.OUTPUT_DIR, sheet_filename), 'w') as f:
262 with open(os.path.join(self.OUTPUT_DIR, self.MKFILE_SEGMENTS), 'w') as f:
268 EXTERN_H = os.path.join(self.ITEMS_DIR, self.EXTERN_H)
269 with open(os.path.join(self.OUTPUT_DIR, EXTERN_H), 'w') as f:
278 filename=os.path.join(self.OUTPUT_DIR, self.SET_C)
281 os.makedirs(os
[all...]
H A Dconvert_py_to_csv.py4 from os import path
5 import os, csv namespace
54 os.makedirs(path.join(CSV_DIR,d))
/linux-master/scripts/
H A Ddiffconfig11 import sys, os
88 if "KBUILD_OUTPUT" in os.environ:
89 build_dir = os.environ["KBUILD_OUTPUT"]+"/"
138 devnull = os.open(os.devnull, os.O_WRONLY)
139 os.dup2(devnull, sys.stdout.fileno())
/linux-master/tools/perf/scripts/python/
H A Dsyscall-counts.py10 import os namespace
13 sys.path.append(os.environ['PERF_EXEC_PATH'] + \
/linux-master/drivers/gpu/drm/nouveau/include/nvfw/
H A Dfw.h4 #include <core/os.h>
/linux-master/arch/mips/generic/
H A Dvmlinux.its.S14 os = "linux"; define
/linux-master/scripts/clang-tools/
H A Drun-clang-tools.py94 devnull = os.open(os.devnull, os.O_WRONLY)
95 os.dup2(devnull, sys.stdout.fileno())
/linux-master/arch/mips/mobileye/
H A Dvmlinux.its.S14 os = "linux"; define
/linux-master/tools/perf/util/
H A Dparse-regs-options.c17 char *s, *os = NULL, *p; local
38 s = os = strdup(str);
81 free(os);
/linux-master/scripts/kconfig/tests/
H A Dconftest.py12 import os namespace
18 CONF_PATH = os.path.abspath(os.path.join('scripts', 'kconfig', 'conf'))
36 self._test_dir = os.path.dirname(str(request.fspath))
66 shutil.copyfile(os.path.join(self._test_dir, dot_config),
67 os.path.join(temp_dir, '.config'))
74 env=dict(os.environ, **extra_env))
94 with open(os.path.join(temp_dir, out_file)) as f:
154 defconfig_path = os.path.join(self._test_dir, defconfig)
159 all_config_path = os
[all...]
/linux-master/tools/power/x86/intel_pstate_tracer/
H A Dintel_pstate_tracer.py29 import os namespace
104 if os.path.exists(file_name):
125 if os.path.exists(file_name):
144 if os.path.exists(file_name):
159 if os.path.exists(file_name):
174 if os.path.exists('cpu.csv'):
348 if os.path.exists('cpu.csv'):
351 os.system('grep -m 1 common_cpu cpu.csv > cpu{:0>3}.csv'.format(index))
352 os.system('grep CPU_{:0>3} cpu.csv >> cpu{:0>3}.csv'.format(index, index))
357 uid = os
[all...]

Completed in 393 milliseconds

1234567891011