Home
last modified time | relevance | path

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

/linux/arch/arm64/include/asm/
H A Dsync_bitops.h20 #define sync_change_bit(nr, p) change_bit(nr, p) macro
/linux/arch/arm/include/asm/
H A Dsync_bitops.h23 #define sync_change_bit(nr, p) _change_bit(nr, p) macro