Searched refs:stdma_locked (Results 1 - 1 of 1) sorted by relevance

/linux-master/arch/m68k/atari/
H A Dstdma.c45 static int stdma_locked; /* the semaphore */ variable
74 if (stdma_locked) {
79 stdma_locked = 1;
131 stdma_locked = 0;
154 result = stdma_locked && (stdma_isr == handler);
179 return stdma_locked;

Completed in 103 milliseconds