Searched refs:sync_change_bit (Results 1 - 4 of 4) sorted by relevance

/linux-master/arch/arm64/include/asm/
H A Dsync_bitops.h20 #define sync_change_bit(nr, p) change_bit(nr, p) macro
/linux-master/arch/x86/include/asm/
H A Dsync_bitops.h59 * sync_change_bit - Toggle a bit in memory
63 * sync_change_bit() is atomic and may not be reordered.
67 static inline void sync_change_bit(long nr, volatile unsigned long *addr) function
/linux-master/arch/arm/include/asm/
H A Dsync_bitops.h23 #define sync_change_bit(nr, p) _change_bit(nr, p) macro
/linux-master/drivers/net/hyperv/
H A Dnetvsc.c749 sync_change_bit(index, net_device->send_section_map);

Completed in 151 milliseconds