Home
last modified time | relevance | path

Searched defs:THIS_MODULE (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/include/linux/
H A Dexport.h29 #define THIS_MODULE (&__this_module) macro
31 #define THIS_MODULE ((struct module *)0) macro
/openbmc/linux/rust/macros/
H A Dmodule.rs205 static THIS_MODULE: kernel::ThisModule = unsafe {{ in module() constant
209 static THIS_MODULE: kernel::ThisModule = unsafe {{ in module() constant
/openbmc/u-boot/include/linux/
H A Dcompat.h167 #define THIS_MODULE 0 macro