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