Home
last modified time | relevance | path

Searched refs:kmod (Results 1 – 24 of 24) sorted by relevance

/linux/tools/perf/tests/
H A Dkmod-path.c10 static int test(const char *path, bool alloc_name, bool kmod, in test() argument
21 path, alloc_name, m.kmod, m.comp, m.name); in test()
23 TEST_ASSERT_VAL("wrong kmod", m.kmod == kmod); in test()
/linux/Documentation/usb/
H A Dgadget_hid.rst147 static struct options kmod[] = {
225 for (i = 0; kmod[i].opt != NULL; i++)
226 if (strcmp(tok, kmod[i].opt) == 0) {
227 report[0] = report[0] | kmod[i].val;
230 if (kmod[i].opt != NULL)
343 for (i = 0; kmod[i].opt != NULL; i++)
344 printf("\t\t%s\n", kmod[i].opt);
/linux/tools/testing/selftests/kmod/
H A DMakefile7 TEST_PROGS := kmod.sh
H A Dkmod.sh107 if ! which kmod 2> /dev/null > /dev/null; then
118 KMOD_VERSION=$(kmod --version | awk '{print $3}')
/linux/kernel/module/
H A DMakefile12 obj-y += kmod.o
H A DKconfig228 Disabling this may cause older `modprobe` or `kmod` to be unable
345 compression type. kmod MAY support gzip, xz and zstd. Other tools
/linux/tools/perf/util/
H A Ddso.c314 return m.kmod; in is_kernel_module()
434 m->kmod = false; in __kmod_path__parse()
437 m->kmod = true; in __kmod_path__parse()
455 m->kmod = !strncmp(ext, ".ko", 3); in __kmod_path__parse()
458 if (m->kmod) { in __kmod_path__parse()
481 if (m->kmod && m->comp) { in dso__set_module_info()
H A Ddso.h701 bool kmod; member
H A Dmachine.c1397 if (m.kmod) in maps__set_modules_path_dir()
/linux/Documentation/
H A DChanges43 kmod 13 depmod -V
472 - <https://www.kernel.org/pub/linux/utils/kernel/kmod/>
473 - <https://git.kernel.org/pub/scm/utils/kernel/kmod/kmod.git>
/linux/Documentation/translations/zh_CN/core-api/
H A Dkernel-api.rst229 kernel/module/kmod.c
/linux/Documentation/admin-guide/
H A Dmono.rst28 to insert it manually with modprobe/insmod, as kmod
H A Djava.rst24 to insert it manually with modprobe/insmod, as kmod
H A Dreporting-issues.rst1177 modules, you want to mention the versions of kmod, systemd, and udev in use.
/linux/scripts/package/
H A DPKGBUILD27 kmod
H A Dmkdebian210 kmod, libelf-dev:native,
/linux/Documentation/bpf/
H A Ds390.rst92 kmod, \
/linux/Documentation/networking/device_drivers/hamradio/
H A Dbaycom.rst165 leave it to kmod to load the correct driver depending on the application.
/linux/Documentation/core-api/
H A Dkernel-api.rst234 .. kernel-doc:: kernel/module/kmod.c
/linux/Documentation/translations/zh_TW/admin-guide/
H A Dreporting-issues.rst911 kmod、systemd 和 udev 的版本。如果其中一個 DRM 驅動出現問題,你要說明
/linux/Documentation/translations/zh_CN/admin-guide/
H A Dreporting-issues.rst910 kmod、systemd 和 udev 的版本。如果其中一个 DRM 驱动出现问题,你要说明
/linux/lib/
H A DKconfig.debug2918 tristate "kmod stress tester"
2928 Test the kernel's module loading mechanism: kmod. kmod implements
2930 This test provides a series of tests against kmod.
2940 tools/testing/selftests/kmod/kmod.sh --help
/linux/
H A DCREDITS1105 D: implemented kmod
3143 D: implemented kmod
H A DMAINTAINERS15994 F: include/linux/kmod.h
15999 F: tools/testing/selftests/kmod/