Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/tools/perf/tests/
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()
DBuild37 perf-y += kmod-path.o
/kernel/linux/linux-5.10/Documentation/usb/
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);
/kernel/linux/linux-5.10/tools/testing/selftests/kmod/
DMakefile7 TEST_PROGS := kmod.sh
Dkmod.sh118 if ! which kmod 2> /dev/null > /dev/null; then
129 KMOD_VERSION=$(kmod --version | awk '{print $3}')
/kernel/linux/linux-5.10/tools/perf/util/
Ddso.c271 return m.kmod; in is_kernel_module()
385 m->kmod = false; in __kmod_path__parse()
388 m->kmod = true; in __kmod_path__parse()
406 m->kmod = !strncmp(ext, ".ko", 3); in __kmod_path__parse()
409 if (m->kmod) { in __kmod_path__parse()
432 if (m->kmod && m->comp) { in dso__set_module_info()
Dsymbol.c1667 static bool dso__is_compatible_symtab_type(struct dso *dso, bool kmod, in dso__is_compatible_symtab_type() argument
1679 return !kmod && dso->kernel == DSO_SPACE__USER; in dso__is_compatible_symtab_type()
1699 return kmod && dso->symtab_type == type; in dso__is_compatible_symtab_type()
1762 bool kmod; in dso__load() local
1786 kmod = dso->symtab_type == DSO_BINARY_TYPE__SYSTEM_PATH_KMODULE || in dso__load()
1791 if (dso->kernel && !kmod) { in dso__load()
1848 if (!dso__is_compatible_symtab_type(dso, kmod, symtab_type)) in dso__load()
1912 ret = dso__load_sym(dso, map, syms_ss, runtime_ss, kmod); in dso__load()
Ddso.h284 bool kmod; member
Dmachine.c1408 if (m.kmod) in maps__set_modules_path_dir()
Dheader.c2097 if (!kmod_path__parse_name(&m, filename) && m.kmod) in __event_process_build_id()
/kernel/linux/linux-5.10/Documentation/process/
Dchanges.rst39 kmod 13 depmod -V
385 - <https://www.kernel.org/pub/linux/utils/kernel/kmod/>
386 - <https://git.kernel.org/pub/scm/utils/kernel/kmod/kmod.git>
/kernel/linux/linux-5.10/Documentation/translations/it_IT/process/
Dchanges.rst41 kmod 13 depmod -V
377 - <https://www.kernel.org/pub/linux/utils/kernel/kmod/>
378 - <https://git.kernel.org/pub/scm/utils/kernel/kmod/kmod.git>
/kernel/linux/linux-5.10/Documentation/
DChanges39 kmod 13 depmod -V
385 - <https://www.kernel.org/pub/linux/utils/kernel/kmod/>
386 - <https://git.kernel.org/pub/scm/utils/kernel/kmod/kmod.git>
/kernel/linux/linux-5.10/Documentation/admin-guide/
Dmono.rst28 to insert it manually with modprobe/insmod, as kmod
Djava.rst24 to insert it manually with modprobe/insmod, as kmod
/kernel/linux/linux-5.10/kernel/
DMakefile16 obj-$(CONFIG_MODULES) += kmod.o
/kernel/linux/linux-5.10/Documentation/bpf/
Ds390.rst92 kmod, \
/kernel/linux/linux-5.10/Documentation/core-api/
Dkernel-api.rst223 .. kernel-doc:: kernel/kmod.c
/kernel/linux/linux-5.10/Documentation/networking/device_drivers/hamradio/
Dbaycom.rst165 leave it to kmod to load the correct driver depending on the application.
/kernel/linux/linux-5.10/Documentation/ide/
Dide.rst176 When using ide.c as a module in combination with kmod, add::
/kernel/linux/linux-5.10/lib/
DKconfig.debug2298 tristate "kmod stress tester"
2307 Test the kernel's module loading mechanism: kmod. kmod implements
2309 This test provides a series of tests against kmod.
2319 tools/testing/selftests/kmod/kmod.sh --help
/kernel/linux/linux-5.10/
DCREDITS1031 D: implemented kmod
2963 D: implemented kmod
DMAINTAINERS9789 F: include/linux/kmod.h
9790 F: kernel/kmod.c
9792 F: tools/testing/selftests/kmod/
/kernel/linux/linux-5.10/init/
DKconfig2306 module-init-tools MAY support gzip, and kmod MAY support gzip and xz.
/kernel/linux/patches/linux-5.10/imx8mm_patch/patches/drivers/
D0038_linux_drivers_mxc.patch171621 +#include <linux/kmod.h>
173582 +#include <linux/kmod.h>
174819 +#include <linux/kmod.h>
177024 +#include <linux/kmod.h>
178377 +#include <linux/kmod.h>