Searched refs:this_cpu_read_stable (Results 1 - 3 of 3) sorted by relevance

/linux-master/arch/x86/include/asm/
H A Dcurrent.h49 return this_cpu_read_stable(pcpu_hot.current_task);
H A Dprocessor.h532 return this_cpu_read_stable(pcpu_hot.top_of_stack);
H A Dpercpu.h424 * accessed while this_cpu_read_stable() allows the value to be cached.
425 * this_cpu_read_stable() is more efficient and can be used if its value
435 #define this_cpu_read_stable(pcp) __pcpu_size_call_return(this_cpu_read_stable_, pcp) macro

Completed in 232 milliseconds