Home
last modified time | relevance | path

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

/Linux-v6.6/arch/x86/include/asm/
Dcurrent.h41 return this_cpu_read_stable(pcpu_hot.current_task); in get_current()
Dprocessor.h521 return this_cpu_read_stable(pcpu_hot.top_of_stack); in current_top_of_stack()
Dpercpu.h287 #define this_cpu_read_stable(pcp) __pcpu_size_call_return(this_cpu_read_stable_, pcp) macro