Home
last modified time | relevance | path

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

/linux/arch/x86/include/asm/
H A Dpreempt.h79 raw_cpu_add_4(pcpu_hot.preempt_count, val); in __preempt_count_add()
84 raw_cpu_add_4(pcpu_hot.preempt_count, -val); in __preempt_count_sub()
/linux/include/asm-generic/
H A Dpercpu.h233 #ifndef raw_cpu_add_4
234 #define raw_cpu_add_4(pcp, val) raw_cpu_generic_to_op(pcp, val, +=) macro