Home
last modified time | relevance | path

Searched refs:__raw_cpu_read_const (Results 1 – 1 of 1) sorted by relevance

/linux/arch/x86/include/asm/
A Dpercpu.h163 #define __raw_cpu_read_const(pcp) __raw_cpu_read(, , pcp) macro
196 #define __raw_cpu_read_const(pcp) ({ BUILD_BUG(); (typeof(pcp))0; }) macro
577 #define this_cpu_read_const(pcp) __raw_cpu_read_const(pcp)

Completed in 5 milliseconds