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

/linux-4.4.14/arch/arm/mach-netx/
H A Dxc.c36 static int xc_in_use = 0; variable
188 if (xc_in_use & (1 << xcno)) request_xc()
218 xc_in_use |= (1 << xcno); request_xc()
246 xc_in_use &= ~(1 << x->no); free_xc()

Completed in 164 milliseconds