Searched defs:sync_set_bit (Results 1 – 3 of 3) sorted by relevance
32 static inline void sync_set_bit(long nr, volatile unsigned long *addr) in sync_set_bit() function
17 #define sync_set_bit(nr, p) _set_bit(nr, p) macro
18 #define sync_set_bit(nr, p) set_bit(nr, p) macro
Completed in 6 milliseconds