Searched +defs:__init +path:linux +path:init +path:. +path:h (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/include/linux/
H A Dinit.h16 * You should add __init immediately before the function name, like:
18 * static void __init initme(int x, int y)
24 * __init between closing brace of the prototype and semicolon:
26 * extern int initialize_foobar_device(int, int, int) __init;
42 #define __init __section(.init.text) __cold notrace macro
74 * The markers follow same syntax rules as __init / __initdata.
153 void __init load_default_modules(void);
154 int __init init_rootfs(void);
277 static int __init parse_##var##_on(char *arg) \
284 static int __init parse_##var##_off(char *arg) \
292 void __init parse_early_param(void);
293 void __init parse_early_options(char *cmdline);
375 #define __init_or_module __init

Completed in 92 milliseconds