Home
last modified time | relevance | path

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

/linux-4.1.27/arch/arm64/include/asm/
Dsync_bitops.h19 #define sync_change_bit(nr, p) change_bit(nr, p) macro
/linux-4.1.27/arch/arm/include/asm/
Dsync_bitops.h18 #define sync_change_bit(nr, p) _change_bit(nr, p) macro
/linux-4.1.27/arch/x86/include/asm/
Dsync_bitops.h64 static inline void sync_change_bit(long nr, volatile unsigned long *addr) in sync_change_bit() function