Home
last modified time | relevance | path

Searched refs:missing (Results 1 – 25 of 291) sorted by relevance

12345678910>>...12

/linux-6.12.1/kernel/gcov/
DMakefile6 CFLAGS_gcc_base.o += -Wno-missing-prototypes -Wno-missing-declarations
8 CFLAGS_clang.o += -Wno-missing-prototypes -Wno-missing-declarations
/linux-6.12.1/
DKbuild37 # Check for missing system calls
42 PHONY += missing-syscalls
43 missing-syscalls: scripts/checksyscalls.sh $(offsets-file)
51 echo "warning: cannot check the header due to sha1sum missing"; \
73 prepare: $(offsets-file) missing-syscalls $(atomic-checks)
/linux-6.12.1/tools/testing/selftests/drivers/net/lib/py/
Denv.py166 missing = []
173 missing.append(choice)
176 missing.append(["LOCAL_V6", "REMOTE_V6"])
178 missing.append(["LOCAL_V4", "REMOTE_V4"])
179 if missing:
180 raise Exception("Invalid environment, missing configuration:", missing,
/linux-6.12.1/Documentation/admin-guide/media/
Drcar-fdp1.rst27 recover missing lines. This method is also known as blending or Line
30 - The previous and next fields are averaged to recover lines missing from
34 field is used to fill missing lines from the current field. This method
38 used to fill missing lines from the current field. This method is also
/linux-6.12.1/scripts/coccinelle/misc/
Dadd_namespace.cocci3 /// Adds missing MODULE_IMPORT_NS statements to source files
6 /// add a missing namespace tag to a module source file.
18 // Add missing imports, but only adjacent to a MODULE_LICENSE statement.
/linux-6.12.1/Documentation/
DKconfig6 bool "Warn if there's a missing documentation file"
9 This option makes the Kernel to check for missing dependencies,
10 warning when something is missing. Works only if the Kernel
/linux-6.12.1/scripts/
Dverify_builtin_ranges.awk348 missing++;
365 printf " Missing: %6d (%d%% of total)\n", missing, 100 * missing / total;
367 if (mismatches || missing)
DMakefile.modpost103 missing-input := vmlinux.o
123 missing-input := Module.symvers
135 $(if $(missing-input), \
Dspdxcheck.py34 self.missing = 0
40 self.missing += miss
399 if not di.missing:
415 missing = parser.checked - parser.spdx_valid variable
416 mpc = int(100 * missing / parser.checked)
417 sys.stderr.write('Files without SPDX:%12d %3d%%\n' %(missing, mpc))
431 if di.missing:
432 valid = di.total - di.missing
Dsphinx-pre-install19 my %missing;
92 foreach my $prog (sort keys %missing) {
93 my $is_optional = $missing{$prog};
128 $missing{$package} = $is_optional;
873 %missing = ();
Drust_is_available_test.py94 cls.missing = pathlib.Path(cls.tempdir.name) / "missing"
178 result = self.run_script(self.Expected.FAILURE, { "RUSTC": self.missing })
182 result = self.run_script(self.Expected.FAILURE, { "BINDGEN": self.missing })
286 result = self.run_script(self.Expected.FAILURE, { "RUST_LIB_SRC": self.missing })
290 result = self.run_script(self.Expected.SUCCESS_WITH_EXTRA_OUTPUT, { "CC": self.missing })
/linux-6.12.1/scripts/coccinelle/free/
Dpci_free_consistent.cocci2 /// Find missing pci_free_consistent for every pci_alloc_consistent.
43 msg = "ERROR: missing pci_free_consistent; pci_alloc_consistent on line %s and return without freei…
51 msg = "ERROR: missing pci_free_consistent; pci_alloc_consistent on line %s and return without freei…
Diounmap.cocci2 /// Find missing iounmaps.
4 //# This only signals a missing iounmap when there is an iounmap later
67 msg = "ERROR: missing iounmap; ioremap on line %s and execution via conditional on line %s" % (p1[0…
Dclk_put.cocci2 /// Find missing clk_puts.
4 //# This only signals a missing clk_put when there is a clk_put later
67 msg = "ERROR: missing clk_put; clk_get on line %s and execution via conditional on line %s" % (p1[0…
Dput_device.cocci2 /// Find missing put_device for every of_find_device_by_node.
45 "ERROR: missing put_device; call of_find_device_by_node on line "
/linux-6.12.1/tools/tracing/latency/
DMakefile.config17 $(info libtraceevent is missing. Please install libtraceevent-dev/libtraceevent-devel)
26 $(info libtracefs is missing. Please install libtracefs-dev/libtracefs-devel)
/linux-6.12.1/tools/testing/selftests/bpf/progs/
Dbind4_prog.c30 char missing[IFNAMSIZ] = "nonexistent_dev"; in bind_to_device() local
48 &missing, sizeof(missing)) != -ENODEV) in bind_to_device()
Dbind6_prog.c36 char missing[IFNAMSIZ] = "nonexistent_dev"; in bind_to_device() local
54 &missing, sizeof(missing)) != -ENODEV) in bind_to_device()
Dconnect4_prog.c93 char missing[IFNAMSIZ] = "nonexistent_dev"; in bind_to_device() local
103 &missing, sizeof(missing)) != -ENODEV) in bind_to_device()
/linux-6.12.1/arch/parisc/math-emu/
DMakefile9 -Wno-implicit-int -Wno-missing-prototypes -Wno-missing-declarations \
/linux-6.12.1/Documentation/core-api/
Dsymbol-namespaces.rst29 its configuration, reject loading the module or warn about a missing import.
111 5. for a way to create missing import statements automatically.
134 missing imports. Fixing missing imports can be done with::
142 - notice the warning of modpost telling about a missing import
146 Again, ``make nsdeps`` will eventually add the missing namespace imports for
152 - notice the warning of modpost telling about a missing import
/linux-6.12.1/Documentation/translations/zh_CN/process/
Dresearcher-guidelines.rst92 Subject: [PATCH] drivers/foo_bar: Add missing kfree()
104 path/to/foo_bar.c:187: missing kfree() call?
106 Add the missing kfree() to the error path. No other references to
/linux-6.12.1/tools/tracing/rtla/
DMakefile.config27 $(info libtraceevent is missing. Please install libtraceevent-dev/libtraceevent-devel)
43 $(info libtracefs is missing. Please install libtracefs-dev/libtracefs-devel)
/linux-6.12.1/tools/verification/rv/
DMakefile.config27 $(info libtraceevent is missing. Please install libtraceevent-dev/libtraceevent-devel)
43 $(info libtracefs is missing. Please install libtracefs-dev/libtracefs-devel)
/linux-6.12.1/tools/cgroup/
Diocost_coef_gen.py118 missing = False variable
122 missing = True variable
123 if missing:

12345678910>>...12