Searched refs:__init (Results 1 - 25 of 27) sorted by relevance

12

/external/kernel-headers/original/asm-x86/
H A Dsetup.h44 char * __init machine_specific_memory_setup(void);
47 int __init copy_e820_map(struct e820entry * biosmap, int nr_map);
48 int __init sanitize_e820_map(struct e820entry * biosmap, char * pnr_map);
49 void __init add_memory_region(unsigned long long start,
H A Dirq_32.h46 void __init native_init_IRQ(void);
H A Dprocessor_32.h122 void __init cpu_detect(struct cpuinfo_x86 *c);
/external/oprofile/module/ia64/
H A Dcpu_type.c17 __init op_cpu get_cpu_type(void)
/external/oprofile/module/
H A Dop_init.c21 int __init stub_init(void)
H A Doprofile.c778 static int __init init_sysctl(void)
794 /* not safe to mark as __exit since used from __init code */
816 int __init oprof_init(void)
/external/kernel-headers/original/linux/
H A Dinit.h15 * 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"))) macro
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
[all...]
H A Dfile.h92 extern void __init files_defer_init(void);
H A Dmmzone.h363 unsigned long __init node_memmap_size_bytes(int, unsigned long, unsigned long);
637 unsigned long __init node_memmap_size_bytes(int, unsigned long, unsigned long);
H A Dslab.h58 extern void __init kmem_cache_init(void);
H A Dfs.h254 extern void __init inode_init(unsigned long);
255 extern void __init inode_init_early(void);
256 extern void __init mnt_init(unsigned long);
257 extern void __init files_init(unsigned long);
1431 extern void __init vfs_caches_init_early(void);
1432 extern void __init vfs_caches_init(unsigned long);
H A Dnetdevice.h249 extern int __init netdev_boot_setup(char *str);
/external/kernel-headers/original/linux/netfilter_ipv4/
H A Dip_nat_rule.h9 extern int ip_nat_rule_init(void) __init;
H A Dip_tables.h270 extern void ipt_init(void) __init;
/external/oprofile/module/x86/
H A Dop_fixmap.c149 static int __init mpf_checksum(unsigned char * mp, int len)
159 static int __init mpf_table_ok(struct intel_mp_floating * mpf, unsigned long * bp)
171 static int __init smp_scan_config (unsigned long base, unsigned long length)
186 static int __init find_intel_smp(void)
H A Dop_apic.c81 void __init lvtpc_apic_setup(void * dummy)
96 /* not safe to mark as __exit since used from __init code */
110 static int __init enable_apic(void)
151 static void __init do_apic_setup(void)
192 static int __init check_cpu_ok(void)
206 int __init apic_setup(void)
H A Dcpu_type.c145 __init op_cpu get_cpu_type(void)
/external/libnl-headers/netlink/cli/
H A Dutils.h55 #ifndef __init
56 #define __init __attribute__((constructor)) macro
/external/linux-tools-perf/util/include/linux/added/
H A Dhw_breakpoint.h36 extern int __init init_hw_breakpoint(void);
113 static inline int __init init_hw_breakpoint(void) { return 0; }
/external/e2fsprogs/e2fsck/
H A Djfs_user.h68 #define __init macro
H A Drevoke.c171 int __init journal_init_revoke_caches(void)
/external/kernel-headers/original/linux/netfilter_ipv6/
H A Dip6_tables.h284 extern void ip6t_init(void) __init;
/external/libnl-headers/
H A Dnetlink-local.h121 #define __init __attribute__ ((constructor)) macro
/external/yaffs2/yaffs2/mtdemul/
H A Dnandemul2k.c664 int __init nandemul2k_init (void)
/external/grub/netboot/
H A Dtlan.c1540 * - Added __init and __initdata to reduce resisdent
1913 static int __init tlan_probe(void)
2150 static void __init TLan_EisaProbe (void)

Completed in 333 milliseconds

12