Home | History | Annotate | Download | only in linux

Lines Matching full:__init

15  * You should add __init immediately before the function name, like:
17 * static void __init initme(int x, int y)
23 * __init between closing brace of the prototype and semicolon:
25 * extern int initialize_foobar_device(int, int, int) __init;
43 #define __init __attribute__ ((__section__ (".init.text")))
55 #define __INIT .section ".init.text","ax"
148 void __init parse_early_param(void);
187 as usage, hence the `unused function' warning when __init functions
219 #define __init_or_module __init
229 #define __devinit __init
241 #define __cpuinit __init
254 #define __meminit __init