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

/linux-4.4.14/arch/x86/include/asm/
H A Dsync_bitops.h56 * sync_change_bit - Toggle a bit in memory
60 * sync_change_bit() is atomic and may not be reordered.
64 static inline void sync_change_bit(long nr, volatile unsigned long *addr) sync_change_bit() function
/linux-4.4.14/arch/arm64/include/asm/
H A Dsync_bitops.h19 #define sync_change_bit(nr, p) change_bit(nr, p) macro
/linux-4.4.14/arch/arm/include/asm/
H A Dsync_bitops.h18 #define sync_change_bit(nr, p) _change_bit(nr, p) macro
/linux-4.4.14/drivers/net/hyperv/
H A Dnetvsc.c609 sync_change_bit(index, net_device->send_section_map); netvsc_free_send_slot()

Completed in 170 milliseconds