Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/x86/include/asm/
H A Dcurrent.h15 return this_cpu_read_stable(current_task); in get_current()
H A Dprocessor.h576 return this_cpu_read_stable(cpu_current_top_of_stack); in current_top_of_stack()
H A Dpercpu.h215 * accessed while this_cpu_read_stable() allows the value to be cached.
216 * this_cpu_read_stable() is more efficient and can be used if its value
226 #define this_cpu_read_stable(pcp) __pcpu_size_call_return(this_cpu_read_stable_, pcp) macro
/kernel/linux/linux-6.6/arch/x86/include/asm/
H A Dcurrent.h41 return this_cpu_read_stable(pcpu_hot.current_task); in get_current()
H A Dprocessor.h521 return this_cpu_read_stable(pcpu_hot.top_of_stack); in current_top_of_stack()
H A Dpercpu.h276 * accessed while this_cpu_read_stable() allows the value to be cached.
277 * this_cpu_read_stable() is more efficient and can be used if its value
287 #define this_cpu_read_stable(pcp) __pcpu_size_call_return(this_cpu_read_stable_, pcp) macro

Completed in 5 milliseconds