Searched refs:test_and_set_bit (Results 1 – 3 of 3) sorted by relevance
252 static inline int test_and_set_bit(int nr, volatile unsigned long *addr) in test_and_set_bit() function603 if (!test_and_set_bit(j, edma_cc[ctlr]->edma_inuse)) { in reserve_contiguous_slots()741 if (!test_and_set_bit(channel, in edma_alloc_channel()756 } else if (test_and_set_bit(channel, edma_cc[ctlr]->edma_inuse)) { in edma_alloc_channel()834 if (!test_and_set_bit(slot, edma_cc[ctlr]->edma_inuse)) in edma_alloc_slot()840 } else if (test_and_set_bit(slot, edma_cc[ctlr]->edma_inuse)) { in edma_alloc_slot()
202 static inline int test_and_set_bit(unsigned int bit, volatile unsigned long *p) in test_and_set_bit() function
669 return !test_and_set_bit(TASKLET_STATE_RUN, &(t)->state);
Completed in 15 milliseconds