Searched refs:test_and_set_bit (Results 1 – 5 of 5) sorted by relevance
12 #define set_bit test_and_set_bit
74 static inline int test_and_set_bit(long nr, unsigned long *addr) in test_and_set_bit() function
73 static inline int test_and_set_bit(long nr, unsigned long *addr) in test_and_set_bit() function
59 if (!test_and_set_bit(i, ucall_pool->in_use)) { in ucall_alloc()
138 #define test_and_set_bit(nr, addr) __test_and_set_bit(nr, addr) macro
Completed in 10 milliseconds