Home
last modified time | relevance | path

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

12345678910>>...13

/linux/arch/riscv/kernel/
H A Dsys_hwprobe.c27 #define EXT_KEY(isa_arg, ext, pv, missing) \ argument
32 missing |= RISCV_HWPROBE_EXT_##ext; \
85 u64 missing = 0; in hwprobe_isa_ext0() local
109 EXT_KEY(isainfo->isa, ZAAMO, pair->value, missing); in hwprobe_isa_ext0()
110 EXT_KEY(isainfo->isa, ZABHA, pair->value, missing); in hwprobe_isa_ext0()
111 EXT_KEY(isainfo->isa, ZACAS, pair->value, missing); in hwprobe_isa_ext0()
112 EXT_KEY(isainfo->isa, ZALASR, pair->value, missing); in hwprobe_isa_ext0()
113 EXT_KEY(isainfo->isa, ZALRSC, pair->value, missing); in hwprobe_isa_ext0()
114 EXT_KEY(isainfo->isa, ZAWRS, pair->value, missing); in hwprobe_isa_ext0()
115 EXT_KEY(isainfo->isa, ZBA, pair->value, missing); in hwprobe_isa_ext0()
[all …]
/linux/kernel/gcov/
H A DMakefile6 CFLAGS_gcc_base.o += -Wno-missing-prototypes -Wno-missing-declarations
8 CFLAGS_clang.o += -Wno-missing-prototypes -Wno-missing-declarations
/linux/tools/tracing/rtla/
H A DMakefile.config12 …$(error Error: $(PKG_CONFIG) needed by libtraceevent/libtracefs is missing on this system, please …
35 $(info libtraceevent is missing. Please install libtraceevent-dev/libtraceevent-devel)
51 $(info libtracefs is missing. Please install libtracefs-dev/libtracefs-devel)
60 $(info libcpupower is missing, building without --deepest-idle-state support.)
78 $(info libbpf is missing, building without BPF skeleton support.)
87 $(info clang is missing or does not support BPF CO-RE, building without BPF skeleton support.)
96 $(info bpftool is missing or not supporting skeletons, building without BPF skeleton support.)
/linux/security/landlock/
H A Daudit.c252 access_mask_t missing = 0; in get_layer_from_deny_masks() local
269 missing = BIT(access_bit); in get_layer_from_deny_masks()
271 missing |= BIT(access_bit); in get_layer_from_deny_masks()
277 *access_request = missing; in get_layer_from_deny_masks()
365 access_mask_t missing; in landlock_log_denial() local
374 missing = request->access; in landlock_log_denial()
375 if (missing) { in landlock_log_denial()
379 &missing, in landlock_log_denial()
383 &missing, _LANDLOCK_ACCESS_FS_OPTIONAL, in landlock_log_denial()
426 log_blockers(ab, request->type, missing); in landlock_log_denial()
/linux/arch/riscv/include/asm/vendor_extensions/
H A Dvendor_hwprobe.h16 missing |= RISCV_HWPROBE_VENDOR_EXT_##ext; \
29 u64 missing = 0; \
34 (pair)->value &= ~missing; \
/linux/Documentation/admin-guide/media/
H A 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/tools/tracing/latency/
H A DMakefile.config9 …$(error Error: $(PKG_CONFIG) needed by libtraceevent/libtracefs is missing on this system, please …
25 $(info libtraceevent is missing. Please install libtraceevent-dev/libtraceevent-devel)
34 $(info libtracefs is missing. Please install libtracefs-dev/libtracefs-devel)
/linux/scripts/coccinelle/misc/
H A 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/Documentation/
H A 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/tools/testing/selftests/drivers/net/lib/py/
H A Denv.py204 missing = []
211 missing.append(choice)
214 missing.append(["LOCAL_V6", "REMOTE_V6"])
216 missing.append(["LOCAL_V4", "REMOTE_V4"])
217 if missing:
218 raise Exception("Invalid environment, missing configuration:", missing,
/linux/scripts/
H A Dverify_builtin_ranges.awk348 missing++;
365 printf " Missing: %6d (%d%% of total)\n", missing, 100 * missing / total;
367 if (mismatches || missing)
H A Dspdxcheck.py34 self.missing = 0
40 self.missing += miss
405 if not di.missing:
421 missing = parser.checked - parser.spdx_valid variable
422 mpc = int(100 * missing / parser.checked)
423 sys.stderr.write('Files without SPDX:%12d %3d%%\n' %(missing, mpc))
437 if di.missing:
438 valid = di.total - di.missing
H A DMakefile.modpost105 missing-input := vmlinux.o
125 missing-input := $(objtree)/Module.symvers
137 $(if $(missing-input), \
/linux/scripts/coccinelle/free/
H A 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…
H A 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…
H A 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…
/linux/tools/testing/selftests/bpf/progs/
H A Dbind4_prog.c30 char missing[IFNAMSIZ] = "nonexistent_dev"; in bind_to_device() local
48 &missing, sizeof(missing)) != -ENODEV) in bind_to_device()
H A Dconnect4_prog.c88 char missing[IFNAMSIZ] = "nonexistent_dev"; in bind_to_device() local
98 &missing, sizeof(missing)) != -ENODEV) in bind_to_device()
H A Dbind6_prog.c36 char missing[IFNAMSIZ] = "nonexistent_dev"; in bind_to_device() local
54 &missing, sizeof(missing)) != -ENODEV) in bind_to_device()
/linux/arch/parisc/math-emu/
H A DMakefile9 -Wno-implicit-int -Wno-missing-prototypes -Wno-missing-declarations \
/linux/Documentation/translations/zh_CN/process/
H A 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/tools/verification/rv/
H A DMakefile.config27 $(info libtraceevent is missing. Please install libtraceevent-dev/libtraceevent-devel)
43 $(info libtracefs is missing. Please install libtracefs-dev/libtracefs-devel)
/linux/drivers/spi/
H A Dspidev.c158 unsigned long missing; in spidev_read() local
160 missing = copy_to_user(buf, spidev->rx_buffer, status); in spidev_read()
161 if (missing == status) in spidev_read()
164 status = status - missing; in spidev_read()
180 unsigned long missing; in spidev_write() local
193 missing = copy_from_user(spidev->tx_buffer, buf, count); in spidev_write()
194 if (missing == 0) in spidev_write()
/linux/Documentation/core-api/
H A Dsymbol-namespaces.rst19 its configuration, reject loading the module or warn about a missing import.
142 missing imports. Fixing missing imports can be done with::
150 - notice the warning of modpost telling about a missing import
154 Again, ``make nsdeps`` will eventually add the missing namespace imports for
160 - notice the warning of modpost telling about a missing import
/linux/tools/testing/selftests/pcie_bwctrl/
H A Dset_pcie_cooling_state.sh29 echo $skipmsg thermal cooling devices missing >&2
35 echo $skipmsg pcie cooling devices missing >&2

12345678910>>...13