Home
last modified time | relevance | path

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

12

/linux-6.15/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()
H A DBuild37 perf-test-y += kmod-path.o
/linux-6.15/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-6.15/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-6.15/kernel/module/
H A DMakefile12 obj-y += kmod.o
H A DKconfig233 Disabling this may cause older `modprobe` or `kmod` to be unable
350 compression type. kmod MAY support gzip, xz and zstd. Other tools
/linux-6.15/tools/testing/selftests/module/
H A Dfind_symbol.sh19 if ! which kmod 2> /dev/null > /dev/null; then
/linux-6.15/tools/perf/util/
H A Ddso.c317 return m.kmod; in is_kernel_module()
437 m->kmod = false; in __kmod_path__parse()
440 m->kmod = true; in __kmod_path__parse()
458 m->kmod = !strncmp(ext, ".ko", 3); in __kmod_path__parse()
461 if (m->kmod) { in __kmod_path__parse()
484 if (m->kmod && m->comp) { in dso__set_module_info()
H A Dsymbol.c1709 static bool dso__is_compatible_symtab_type(struct dso *dso, bool kmod, in dso__is_compatible_symtab_type() argument
1722 return !kmod && dso__kernel(dso) == DSO_SPACE__USER; in dso__is_compatible_symtab_type()
1742 return kmod && dso__symtab_type(dso) == type; in dso__is_compatible_symtab_type()
1805 bool kmod; in dso__load() local
1831 kmod = dso__is_kmod(dso); in dso__load()
1833 if (dso__kernel(dso) && !kmod) { in dso__load()
1891 if (!dso__is_compatible_symtab_type(dso, kmod, symtab_type)) in dso__load()
1967 ret = dso__load_sym(dso, map, syms_ss, runtime_ss, kmod); in dso__load()
H A Ddso.h765 bool kmod; member
/linux-6.15/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-6.15/Documentation/translations/it_IT/process/
H A Dchanges.rst46 kmod 13 depmod -V
458 - <https://www.kernel.org/pub/linux/utils/kernel/kmod/>
459 - <https://git.kernel.org/pub/scm/utils/kernel/kmod/kmod.git>
/linux-6.15/Documentation/process/
H A Dchanges.rst43 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-6.15/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
/linux-6.15/scripts/package/
H A DPKGBUILD27 kmod
H A Dmkdebian213 kmod, libdw-dev:native, libelf-dev:native,
/linux-6.15/Documentation/translations/zh_CN/core-api/
H A Dkernel-api.rst229 kernel/module/kmod.c
/linux-6.15/Documentation/bpf/
H A Ds390.rst92 kmod, \
/linux-6.15/Documentation/networking/device_drivers/hamradio/
H A Dbaycom.rst165 leave it to kmod to load the correct driver depending on the application.
/linux-6.15/Documentation/core-api/
H A Dkernel-api.rst234 .. kernel-doc:: kernel/module/kmod.c
/linux-6.15/Documentation/translations/zh_TW/admin-guide/
H A Dreporting-issues.rst911 kmod、systemd 和 udev 的版本。如果其中一個 DRM 驅動出現問題,你要說明
/linux-6.15/Documentation/translations/zh_CN/admin-guide/
H A Dreporting-issues.rst910 kmod、systemd 和 udev 的版本。如果其中一个 DRM 驱动出现问题,你要说明
/linux-6.15/lib/
H A DKconfig.debug2984 tristate "kmod stress tester"
2994 Test the kernel's module loading mechanism: kmod. kmod implements
2996 This test provides a series of tests against kmod.
3006 tools/testing/selftests/kmod/kmod.sh --help

12