Home
last modified time | relevance | path

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

/linux-6.6.21/include/asm-generic/bitops/
Dlock.h79 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
/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
/linux-6.6.21/arch/powerpc/include/asm/
Dbitops.h261 #define arch_clear_bit_unlock_is_negative_byte(nr, addr) \ macro