Home
last modified time | relevance | path

Searched refs:imports (Results 1 – 9 of 9) sorted by relevance

/kernel/linux/linux-5.10/Documentation/core-api/
Dsymbol-namespaces.rst119 the kernel is to reject loading modules that don't specify sufficient imports.
128 Missing namespaces imports can easily be detected at build time. In fact,
134 missing imports. Fixing missing imports can be done with::
146 Again, `make nsdeps` will eventually add the missing namespace imports for
/kernel/linux/linux-5.10/scripts/kconfig/tests/
Dpytest.ini4 # Pytest requires that test files have unique names, because pytest imports
/kernel/linux/linux-5.10/scripts/coccinelle/misc/
Dadd_namespace.cocci18 // Add missing imports, but only adjacent to a MODULE_LICENSE statement.
/kernel/linux/linux-5.10/Documentation/usb/
Dusbip_protocol.rst9 USB devices and the clients imports them. The device driver for the exported
23 (imports USB devices) (exports USB devices)
45 (imports USB devices) (exports USB devices)
/kernel/linux/linux-5.10/include/linux/
Dpe.h280 struct data_dirent imports; /* .idata */ member
/kernel/linux/linux-5.10/Documentation/input/
Duinput.rst41 send a key event. All default imports and error handlers were removed for
/kernel/linux/linux-5.10/Documentation/gpu/
Dkomeda-kms.rst386 imports an edge problem or effect in the middle of the image after the split.
Ddrm-uapi.rst267 imports).
/kernel/linux/linux-5.10/init/
DKconfig2342 bool "Allow loading of modules with missing namespace imports"
2347 There is no technical reason to enforce correct namespace imports,