Searched refs:runtime_const_init (Results 1 – 7 of 7) sorted by relevance
| /linux/include/asm-generic/ |
| H A D | runtime-const.h | 13 #define runtime_const_init(type,sym) do { } while (0) macro
|
| /linux/arch/x86/include/asm/ |
| H A D | runtime-const.h | 44 #define runtime_const_init(type, sym) do { \ macro
|
| /linux/arch/s390/include/asm/ |
| H A D | runtime-const.h | 36 #define runtime_const_init(type, sym) do { \ macro
|
| /linux/arch/arm64/include/asm/ |
| H A D | runtime-const.h | 34 #define runtime_const_init(type, sym) do { \ macro
|
| /linux/arch/riscv/include/asm/ |
| H A D | runtime-const.h | 156 #define runtime_const_init(type, sym) do { \ macro
|
| /linux/fs/ |
| H A D | dcache.c | 3267 runtime_const_init(shift, d_hash_shift); in dcache_init_early() 3268 runtime_const_init(ptr, dentry_hashtable); in dcache_init_early() 3281 runtime_const_init(ptr, __dentry_cache); in dcache_init() 3299 runtime_const_init(shift, d_hash_shift); in dcache_init() 3300 runtime_const_init(ptr, dentry_hashtable); in dcache_init()
|
| /linux/arch/x86/kernel/cpu/ |
| H A D | common.c | 2612 runtime_const_init(ptr, USER_PTR_MAX); in arch_cpu_finalize_init()
|