Searched defs:THIS_MODULE (Results 1 - 7 of 7) sorted by relevance
| /kernel/linux/linux-6.6/include/linux/ |
| H A D | export.h | 29 #define THIS_MODULE (&__this_module) macro 31 #define THIS_MODULE ((struct module *)0) macro
|
| /kernel/linux/linux-5.10/include/linux/ |
| H A D | export.h | 17 #define THIS_MODULE (&__this_module) macro 19 #define THIS_MODULE ((struct module *)0) macro
|
| /kernel/linux/linux-6.6/rust/macros/ |
| H A D | module.rs | 216 static THIS_MODULE: kernel::ThisModule = unsafe {{ consts 220 static THIS_MODULE: kernel::ThisModule = unsafe {{ consts
|
| /kernel/linux/linux-5.10/drivers/block/ |
| H A D | brd.c | 535 THIS_MODULE, brd_probe, NULL, NULL); in brd_init() local
|
| /kernel/linux/linux-5.10/net/dsa/ |
| H A D | dsa.c | 471 THIS_MODULE); in dsa_init_module() local
|
| /kernel/linux/linux-5.10/drivers/ide/ |
| H A D | ide-probe.c | 1025 THIS_MODULE, ata_probe, ata_lock, hwif); in hwif_init() local
|
| /kernel/linux/linux-5.10/drivers/md/ |
| H A D | md.c | 9616 blk_register_region(MKDEV(mdp_major, 0), 1UL<<MINORBITS, THIS_MODULE, in md_init() local
|
Completed in 15 milliseconds