Lines Matching refs:P
42 #define P(b, d) (b[d-2]) macro
183 &P(blocks, disks), 2, in async_gen_syndrome()
188 BUG_ON(disks > 255 || !(P(blocks, disks) || Q(blocks, disks))); in async_gen_syndrome()
226 if (P(blocks, disks)) in async_gen_syndrome()
227 unmap->addr[j++] = dma_map_page(device->dev, P(blocks, disks), in async_gen_syndrome()
256 if (!P(blocks, disks)) { in async_gen_syndrome()
257 P(blocks, disks) = pq_scribble_page; in async_gen_syndrome()
333 if (!P(blocks, disks)) { in async_syndrome_val()
337 pq[0] = dma_map_page(dev, P(blocks, disks), in async_syndrome_val()
374 struct page *p_src = P(blocks, disks); in async_syndrome_val()
409 P(blocks, disks) = NULL; in async_syndrome_val()
420 P(blocks, disks) = p_src; in async_syndrome_val()