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

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

Completed in 200 milliseconds