Home
last modified time | relevance | path

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

/Linux-v5.10/include/asm-generic/bitops/
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()
/Linux-v5.10/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-v5.10/arch/powerpc/include/asm/
Dbitops.h188 #define arch_clear_bit_unlock_is_negative_byte(nr, addr) \ macro