Searched defs:this_cpu_read_const (Results 1 - 1 of 1) sorted by relevance

/linux-master/arch/x86/include/asm/
H A Dpercpu.h471 #define this_cpu_read_const(pcp) __raw_cpu_read(, pcp) macro
500 #define this_cpu_read_const(pcp) ({ BUILD_BUG(); (typeof(pcp))0; }) macro

Completed in 105 milliseconds