Home
last modified time | relevance | path

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

/openbmc/linux/arch/arm64/include/asm/
H A Dsync_bitops.h20 #define sync_change_bit(nr, p) change_bit(nr, p) macro
/openbmc/linux/arch/x86/include/asm/
H A Dsync_bitops.h67 static inline void sync_change_bit(long nr, volatile unsigned long *addr) in sync_change_bit() function
/openbmc/linux/arch/arm/include/asm/
H A Dsync_bitops.h23 #define sync_change_bit(nr, p) _change_bit(nr, p) macro
/openbmc/linux/drivers/net/hyperv/
H A Dnetvsc.c749 sync_change_bit(index, net_device->send_section_map); in netvsc_free_send_slot()