ioat_check_space_lock  398 drivers/dma/ioat/dma.h int ioat_check_space_lock(struct ioatdma_chan *ioat_chan, int num_descs);
ioat_check_space_lock  117 drivers/dma/ioat/prep.c 	    ioat_check_space_lock(ioat_chan, num_descs) == 0)
ioat_check_space_lock  186 drivers/dma/ioat/prep.c 	    ioat_check_space_lock(ioat_chan, num_descs+1) == 0)
ioat_check_space_lock  382 drivers/dma/ioat/prep.c 	    ioat_check_space_lock(ioat_chan, num_descs + cb32) == 0)
ioat_check_space_lock  488 drivers/dma/ioat/prep.c 	if (num_descs && ioat_check_space_lock(ioat_chan, num_descs) == 0)
ioat_check_space_lock  714 drivers/dma/ioat/prep.c 	if (ioat_check_space_lock(ioat_chan, 1) == 0)