Searched refs:module (Results 126 - 150 of 14511) sorted by relevance

1234567891011>>

/linux-master/fs/nfs/
H A Dnfs2super.c5 #include <linux/module.h>
H A Dnfs3super.c5 #include <linux/module.h>
/linux-master/lib/
H A Dtest_module.c3 * This module emits "Hello, world" on printk when loaded.
5 * It is designed to be used for basic evaluation of the module loading
6 * subsystem (for example when validating module signing/verification). It
14 #include <linux/module.h>
/linux-master/lib/zlib_inflate/
H A Dinflate_syms.c9 #include <linux/module.h>
/linux-master/samples/livepatch/
H A Dlivepatch-callbacks-mod.c7 * livepatch-callbacks-mod.c - (un)patching callbacks demo support module
13 * Simple module to demonstrate livepatch (un)patching callbacks.
19 * This module is not intended to be standalone. See the "Usage"
25 #include <linux/module.h>
/linux-master/drivers/media/pci/cx25821/
H A Dcx25821-cards.c13 #include <linux/module.h>
/linux-master/include/linux/extcon/
H A Dextcon-adc-jack.h14 #include <linux/module.h>
/linux-master/net/netfilter/ipvs/
H A Dip_vs_pe.c5 #include <linux/module.h>
31 if (pe->module &&
32 !try_module_get(pe->module)) {
41 module_put(pe->module);
56 /* If pe not found, load the module and search again */
70 /* increase the module use count */
105 /* decrease the module use count */
/linux-master/lib/crypto/
H A Dcurve25519-generic.c13 #include <linux/module.h>
H A Dcurve25519.c13 #include <linux/module.h>
/linux-master/lib/zlib_deflate/
H A Ddeflate_syms.c9 #include <linux/module.h>
/linux-master/drivers/infiniband/sw/rxe/
H A Drxe_net.h12 #include <linux/module.h>
/linux-master/scripts/
H A Dconfig21 --module|-m option Turn option into a module
33 --module-after|-M beforeopt option
34 Turn option into module directly after other option
173 --module|-m)
216 --module-after|-M)
/linux-master/arch/s390/include/asm/
H A Dmodule.h5 #include <asm-generic/module.h>
8 * This file contains the s390 architecture specific module code.
19 /* Starting offset of got in the module core memory. */
21 /* Starting offset of plt in the module core memory. */
/linux-master/arch/sparc/lib/
H A Diomap.c6 #include <linux/module.h>
/linux-master/lib/xz/
H A Dxz_dec_syms.c2 * XZ decoder module information
10 #include <linux/module.h>
/linux-master/net/9p/
H A Dtrans_common.c8 #include <linux/module.h>
/linux-master/arch/s390/lib/
H A Dtest_modules.c4 #include <linux/module.h>
/linux-master/arch/arm/mach-s3c/
H A Dcpu.c8 #include <linux/module.h>
/linux-master/kernel/module/
H A Dversion.c8 #include <linux/module.h>
15 struct module *mod,
23 /* Exporting module didn't supply crcs? OK, we're already tainted. */
44 pr_debug("Found checksum %X vs module %lX\n",
59 struct module *mod)
79 /* First part is kernel version, which we ignore if module has crcs. */
91 * Generate the signature for all relevant module structures here.
92 * If these change, we don't want to try to parse the module.
94 void module_layout(struct module *mod,
/linux-master/drivers/video/
H A Dnomodeset.c3 #include <linux/module.h>
/linux-master/lib/zstd/
H A Dzstd_common_module.c12 #include <linux/module.h>
18 // Export symbols shared by compress and decompress into a common module
/linux-master/tools/testing/cxl/
H A Dwatermark.h5 #include <linux/module.h>
16 * mocked module and not the standard one from the base tree.
/linux-master/include/linux/
H A Dacpi_mdio.h13 struct module *owner);
/linux-master/arch/sparc/video/
H A Dfbdev.c5 #include <linux/module.h>

Completed in 845 milliseconds

1234567891011>>