Searched refs:_initvalue (Results 1 – 1 of 1) sorted by relevance
| /linux-6.15/arch/x86/include/asm/ |
| H A D | percpu.h | 614 #define DEFINE_EARLY_PER_CPU(_type, _name, _initvalue) \ argument 615 DEFINE_PER_CPU(_type, _name) = _initvalue; \ 617 { [0 ... NR_CPUS-1] = _initvalue }; \ 620 #define DEFINE_EARLY_PER_CPU_READ_MOSTLY(_type, _name, _initvalue) \ argument 621 DEFINE_PER_CPU_READ_MOSTLY(_type, _name) = _initvalue; \ 623 { [0 ... NR_CPUS-1] = _initvalue }; \ 648 #define DEFINE_EARLY_PER_CPU(_type, _name, _initvalue) \ argument 649 DEFINE_PER_CPU(_type, _name) = _initvalue 651 #define DEFINE_EARLY_PER_CPU_READ_MOSTLY(_type, _name, _initvalue) \ argument 652 DEFINE_PER_CPU_READ_MOSTLY(_type, _name) = _initvalue
|