Searched defs:RWSEM_UNLOCKED_VALUE (Results 1 - 2 of 2) sorted by path

/include/asm-generic/
H A Drwsem.h25 #define RWSEM_UNLOCKED_VALUE 0x00000000L macro
75 tmp = cmpxchg(&sem->count, RWSEM_UNLOCKED_VALUE,
77 return tmp == RWSEM_UNLOCKED_VALUE;
/include/linux/
H A Drwsem-spinlock.h32 #define RWSEM_UNLOCKED_VALUE 0x00000000 macro

Completed in 45 milliseconds