Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/asm-generic/bitops/
H A Dinstrumented-lock.h59 #if defined(arch_clear_bit_unlock_is_negative_byte)
75 return arch_clear_bit_unlock_is_negative_byte(nr, addr); in clear_bit_unlock_is_negative_byte()
/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Dbitops.h98 arch_clear_bit_unlock_is_negative_byte(long nr, volatile unsigned long *addr) in arch_clear_bit_unlock_is_negative_byte() function
107 #define arch_clear_bit_unlock_is_negative_byte \ macro
108 arch_clear_bit_unlock_is_negative_byte
/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/
H A Dbitops.h188 #define arch_clear_bit_unlock_is_negative_byte(nr, addr) \ macro