Searched refs:ioat_check_space_lock (Results 1 – 3 of 3) sorted by relevance
129 ioat_check_space_lock(ioat_chan, num_descs) == 0) in ioat_dma_prep_memcpy_lock()198 ioat_check_space_lock(ioat_chan, num_descs+1) == 0) in __ioat_prep_xor_lock()394 ioat_check_space_lock(ioat_chan, num_descs + cb32) == 0) in __ioat_prep_pq_lock()500 if (num_descs && ioat_check_space_lock(ioat_chan, num_descs) == 0) in __ioat_prep_pq16_lock()726 if (ioat_check_space_lock(ioat_chan, 1) == 0) in ioat_prep_interrupt_lock()
432 int ioat_check_space_lock(struct ioatdma_chan *ioat_chan, int num_descs);
478 int ioat_check_space_lock(struct ioatdma_chan *ioat_chan, int num_descs) in ioat_check_space_lock() function