fun_free           39 arch/powerpc/platforms/pasemi/dma_lib.c static DECLARE_BITMAP(fun_free, MAX_FUN);
fun_free          443 arch/powerpc/platforms/pasemi/dma_lib.c 	bit = find_next_bit(fun_free, MAX_FLAGS, 0);
fun_free          446 arch/powerpc/platforms/pasemi/dma_lib.c 	if (!test_and_clear_bit(bit, fun_free))
fun_free          461 arch/powerpc/platforms/pasemi/dma_lib.c 	BUG_ON(test_bit(fun, fun_free));
fun_free          463 arch/powerpc/platforms/pasemi/dma_lib.c 	set_bit(fun, fun_free);
fun_free          606 arch/powerpc/platforms/pasemi/dma_lib.c 		__set_bit(i, fun_free);