Home
last modified time | relevance | path

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

/arch/m68k/kernel/
A Dsys_m68k.c475 unsigned long mem_value; in sys_atomic_cmpxchg_32() local
503 __get_user(mem_value, mem); in sys_atomic_cmpxchg_32()
504 if (mem_value == oldval) in sys_atomic_cmpxchg_32()
509 return mem_value; in sys_atomic_cmpxchg_32()
550 unsigned long mem_value; in sys_atomic_cmpxchg_32() local
554 mem_value = *mem; in sys_atomic_cmpxchg_32()
555 if (mem_value == oldval) in sys_atomic_cmpxchg_32()
559 return mem_value; in sys_atomic_cmpxchg_32()

Completed in 4 milliseconds