Home
last modified time | relevance | path

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

/linux-6.12.1/arch/s390/include/asm/
Dprocessor.h57 static __always_inline struct pcpu *this_pcpu(void) in this_pcpu() function
64 this_pcpu()->flags |= (1UL << flag); in set_cpu_flag()
69 this_pcpu()->flags &= ~(1UL << flag); in clear_cpu_flag()
74 return this_pcpu()->flags & (1UL << flag); in test_cpu_flag()