Searched defs:test_and_clear_bit (Results 1 – 2 of 2) sorted by relevance
345 test_and_clear_bit(unsigned int bit, volatile unsigned long *ptr) in test_and_clear_bit() function
272 #define test_and_clear_bit(bit, p) atomic_cmpset_int((p), ((*(p)) | bit), ((*(p)) & ~bit)) macro