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

/external/oprofile/module/
H A Dcompat22.h115 /* 2.2.18 add THIS_MODULE */
116 #define THIS_MODULE (&__this_module) macro
/external/kernel-headers/original/linux/
H A Dmodule.h87 #define THIS_MODULE (&__this_module) macro
90 #define THIS_MODULE ((struct module *)0) macro
375 #define module_put_and_exit(code) __module_put_and_exit(THIS_MODULE, code);

Completed in 58 milliseconds