Searched defs:test_and_clear_bit (Results 1 – 3 of 3) sorted by relevance
132 #define test_and_clear_bit(bit, p) atomic_cmpset_int((p), ((*(p)) | (1<<bit)), ((*(p)) & ~(1<<bit))) macro
301 test_and_clear_bit(long bit, volatile unsigned long *var) in test_and_clear_bit() function
69 int test_and_clear_bit(int nr, volatile void *addr) in test_and_clear_bit() function