Home
last modified time | relevance | path

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

/linux-6.6.21/include/asm-generic/bitops/
Dlock.h78 #ifndef arch_clear_bit_unlock_is_negative_byte
79 static inline bool arch_clear_bit_unlock_is_negative_byte(unsigned int nr, in arch_clear_bit_unlock_is_negative_byte() function
89 #define arch_clear_bit_unlock_is_negative_byte arch_clear_bit_unlock_is_negative_byte macro
Dinstrumented-lock.h61 #if defined(arch_clear_bit_unlock_is_negative_byte)
78 return arch_clear_bit_unlock_is_negative_byte(nr, addr); in clear_bit_unlock_is_negative_byte()
/linux-6.6.21/arch/x86/include/asm/
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
/linux-6.6.21/arch/powerpc/include/asm/
Dbitops.h261 #define arch_clear_bit_unlock_is_negative_byte(nr, addr) \ macro