Searched refs:test_and_set_bit (Results 1 – 2 of 2) sorted by relevance
165 #define test_and_set_bit(nr,p) _test_and_set_bit_le(nr,p) macro171 #define test_and_set_bit(nr,p) _test_and_set_bit_be(nr,p) macro
486 if (!test_and_set_bit(action, &ehci->actions)) { in timer_action()