Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/include/asm/
H A Dsync_bitops.h96 static inline int sync_test_and_clear_bit(long nr, volatile unsigned long *addr) in sync_test_and_clear_bit() function
/openbmc/linux/arch/arm64/include/asm/
H A Dsync_bitops.h22 #define sync_test_and_clear_bit(nr, p) test_and_clear_bit(nr, p) macro
/openbmc/linux/arch/arm/include/asm/
H A Dsync_bitops.h34 #define sync_test_and_clear_bit(nr, p) _sync_test_and_clear_bit(nr, p) macro