Searched defs:sync_clear_bit (Results 1 - 3 of 3) sorted by relevance

/linux-master/arch/arm64/include/asm/
H A Dsync_bitops.h19 #define sync_clear_bit(nr, p) clear_bit(nr, p) macro
/linux-master/arch/arm/include/asm/
H A Dsync_bitops.h22 #define sync_clear_bit(nr, p) _clear_bit(nr, p) macro
/linux-master/arch/x86/include/asm/
H A Dsync_bitops.h50 static inline void sync_clear_bit(long nr, volatile unsigned long *addr) function

Completed in 108 milliseconds