Home
last modified time | relevance | path

Searched defs:THIS_MODULE (Results 1 - 7 of 7) sorted by relevance

/kernel/linux/linux-6.6/include/linux/
H A Dexport.h29 #define THIS_MODULE (&__this_module) macro
31 #define THIS_MODULE ((struct module *)0) macro
/kernel/linux/linux-5.10/include/linux/
H A Dexport.h17 #define THIS_MODULE (&__this_module) macro
19 #define THIS_MODULE ((struct module *)0) macro
/kernel/linux/linux-6.6/rust/macros/
H A Dmodule.rs216 static THIS_MODULE: kernel::ThisModule = unsafe {{ consts
220 static THIS_MODULE: kernel::ThisModule = unsafe {{ consts
/kernel/linux/linux-5.10/drivers/block/
H A Dbrd.c535 THIS_MODULE, brd_probe, NULL, NULL); in brd_init() local
/kernel/linux/linux-5.10/net/dsa/
H A Ddsa.c471 THIS_MODULE); in dsa_init_module() local
/kernel/linux/linux-5.10/drivers/ide/
H A Dide-probe.c1025 THIS_MODULE, ata_probe, ata_lock, hwif); in hwif_init() local
/kernel/linux/linux-5.10/drivers/md/
H A Dmd.c9616 blk_register_region(MKDEV(mdp_major, 0), 1UL<<MINORBITS, THIS_MODULE, in md_init() local

Completed in 15 milliseconds