Searched refs:_initvalue (Results 1 – 1 of 1) sorted by relevance
/linux/arch/x86/include/asm/ |
H A D | percpu.h | 616 #define DEFINE_EARLY_PER_CPU(_type, _name, _initvalue) \ argument 617 DEFINE_PER_CPU(_type, _name) = _initvalue; \ 619 { [0 ... NR_CPUS-1] = _initvalue }; \ 622 #define DEFINE_EARLY_PER_CPU_READ_MOSTLY(_type, _name, _initvalue) \ argument 623 DEFINE_PER_CPU_READ_MOSTLY(_type, _name) = _initvalue; \ 625 { [0 ... NR_CPUS-1] = _initvalue }; \ 650 #define DEFINE_EARLY_PER_CPU(_type, _name, _initvalue) \ argument 651 DEFINE_PER_CPU(_type, _name) = _initvalue 653 #define DEFINE_EARLY_PER_CPU_READ_MOSTLY(_type, _name, _initvalue) \ argument 654 DEFINE_PER_CPU_READ_MOSTLY(_type, _name) = _initvalue [all...] |