| /linux/include/linux/ |
| H A D | isa.h | 42 static int __init __isa_driver##_init(void) \ 46 module_init(__isa_driver##_init) 49 static int __init __isa_driver##_init(void) \ 58 module_init(__isa_driver##_init)
|
| H A D | cpufeature.h | 49 static int __init cpu_feature_match_ ## x ## _init(void) \ 55 module_init(cpu_feature_match_ ## x ## _init)
|
| H A D | intel_th.h | 68 static int __init __buffer##_init(void) \ 72 module_init(__buffer##_init); \
|
| H A D | platform_device.h | 313 static int __init __platform_driver##_init(void) \ 318 module_init(__platform_driver##_init); \ 332 static int __init __platform_driver##_init(void) \ 337 device_initcall(__platform_driver##_init); \
|
| H A D | cleanup.h | 279 #define DEFINE_CLASS(_name, _type, _exit, _init, _init_args...) \ argument 284 { _type t = _init; return t; } 286 #define EXTEND_CLASS(_name, ext, _init, _init_args...) \ argument 291 { class_##_name##_t t = _init; return t; }
|
| H A D | average.h | 32 static inline void ewma_##name##_init(struct ewma_##name *e) \
|
| H A D | cpufreq.h | 635 static int __init __governor##_init(void) \ 639 core_initcall(__governor##_init)
|
| /linux/tools/testing/selftests/ |
| H A D | kselftest_module.h | 42 static int __init __module##_init(void) \ 53 module_init(__module##_init); \
|
| /linux/net/6lowpan/ |
| H A D | nhc.h | 38 static int __init __nhc##_init(void) \ 42 module_init(__nhc##_init); \
|
| /linux/drivers/usb/storage/ |
| H A D | usb.h | 198 static int __init __driver##_init(void) \ 203 module_init(__driver##_init); \
|
| /linux/tools/perf/bench/ |
| H A D | mem-functions.c | 399 # define MEMCPY_FN(_fn, _init, _fini, _name, _desc) \ argument 400 {.name = _name, .desc = _desc, .fn.memcpy = _fn, .fn.init = _init, .fn.fini = _fini }, 462 # define MEMSET_FN(_fn, _init, _fini, _name, _desc) \ argument 463 {.name = _name, .desc = _desc, .fn.memset = _fn, .fn.init = _init, .fn.fini = _fini },
|
| /linux/Documentation/translations/zh_CN/security/ |
| H A D | self-protection.rst | 78 对于在_init是仅初始化一次的变量,可以使用_ro_after_init属性
|
| /linux/scripts/ |
| H A D | check-sysctl-docs | 142 match($0, /register_sysctl(|_init|_sz)\("([^"]+)" *, *([^,)]+)/, tables)
|
| /linux/include/linux/generic_pt/ |
| H A D | iommu.h | 208 int pt_iommu_##fmt##_init(struct pt_iommu_##fmt *table, \
|
| /linux/drivers/net/ethernet/mellanox/mlx5/core/steering/sws/ |
| H A D | dr_ste.h | 113 ((*build_##fname##_init)(struct mlx5dr_ste_build *sb, \
|
| /linux/Documentation/filesystems/ |
| H A D | configfs.rst | 167 config_group, a config_item must have one of the _init() functions 307 using the group _init() functions on the group. 359 group via the usual group _init() functions, and it must also have
|
| /linux/arch/x86/mm/ |
| H A D | init_64.c | 64 static inline void fname##_init(struct mm_struct *mm, \ 79 static inline void set_##type1##_init(type1##_t *arg1, \ in DEFINE_POPULATE()
|
| /linux/drivers/gpu/drm/lima/ |
| H A D | lima_device.c | 45 .init = lima_##func##_init, \
|
| /linux/arch/arm/mach-omap2/ |
| H A D | omap_hwmod.c | 2310 static int __init _init(struct omap_hwmod *oh, void *data) in _init() function 3067 _init(oh, NULL); in omap_hwmod_setup_one() 3652 omap_hwmod_for_each(_init, NULL); in omap_hwmod_setup_all()
|
| /linux/drivers/scsi/lpfc/ |
| H A D | lpfc_attr.c | 2862 lpfc_##attr##_init(struct lpfc_hba *phba, uint val) \ 3021 lpfc_##attr##_init(struct lpfc_vport *vport, uint val) \
|
| /linux/drivers/scsi/be2iscsi/ |
| H A D | be_main.c | 120 beiscsi_##_name##_init(struct beiscsi_hba *phba, uint32_t val) \
|