Lines Matching refs:Q
27 #define Q(b, d) (b[d-1]) macro
173 BUG_ON(disks > MAX_DISKS || !(P(blocks, disks) || Q(blocks, disks))); in async_gen_syndrome()
220 if (Q(blocks, disks)) in async_gen_syndrome()
221 unmap->addr[j++] = dma_map_page(device->dev, Q(blocks, disks), in async_gen_syndrome()
245 if (!Q(blocks, disks)) { in async_gen_syndrome()
246 Q(blocks, disks) = pq_scribble_page; in async_gen_syndrome()
328 if (!Q(blocks, disks)) { in async_syndrome_val()
332 pq[1] = dma_map_page(dev, Q(blocks, disks), in async_syndrome_val()
358 struct page *q_src = Q(blocks, disks); in async_syndrome_val()
393 Q(blocks, disks) = spare; in async_syndrome_val()
404 Q(blocks, disks) = q_src; in async_syndrome_val()