Searched refs:runtime_const_init (Results 1 – 8 of 8) 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 | 38 #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 | 3264 runtime_const_init(shift, d_hash_shift); in dcache_init_early() 3265 runtime_const_init(ptr, dentry_hashtable); in dcache_init_early() 3278 runtime_const_init(ptr, __dentry_cache); in dcache_init() 3296 runtime_const_init(shift, d_hash_shift); in dcache_init() 3297 runtime_const_init(ptr, dentry_hashtable); in dcache_init()
|
| H A D | namei.c | 137 runtime_const_init(ptr, __names_cache); in filename_init()
|
| /linux/arch/x86/kernel/cpu/ |
| H A D | common.c | 2623 runtime_const_init(ptr, USER_PTR_MAX); in arch_cpu_finalize_init()
|