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