row_size          322 drivers/edac/cpc925_edac.c 	unsigned long row_size, nr_pages, last_nr_pages = 0;
row_size          339 drivers/edac/cpc925_edac.c 		row_size = bba * (1UL << 28);	/* 256M */
row_size          341 drivers/edac/cpc925_edac.c 		nr_pages = row_size >> PAGE_SHIFT;
row_size           46 drivers/gpu/drm/radeon/evergreen_cs.c 	u32			row_size;
row_size         2735 drivers/gpu/drm/radeon/evergreen_cs.c 			track->row_size = 1;
row_size         2739 drivers/gpu/drm/radeon/evergreen_cs.c 			track->row_size = 2;
row_size         2742 drivers/gpu/drm/radeon/evergreen_cs.c 			track->row_size = 4;
row_size          740 drivers/media/platform/exynos4-is/fimc-core.c 			u32 row_size = plane_fmt->bytesperline * 32;
row_size          742 drivers/media/platform/exynos4-is/fimc-core.c 			sizeimage = roundup(sizeimage, row_size);
row_size         2628 drivers/scsi/megaraid.c 		seq_printf(m, "Row size:%3d\n", lparam->row_size);
row_size          421 drivers/scsi/megaraid.h 	u8	row_size;	/* Number of stripes in a row */
row_size          638 drivers/scsi/megaraid/mbox_defs.h 	uint8_t		row_size;
row_size            9 tools/perf/lib/include/internal/xyarray.h 	size_t row_size;
row_size           23 tools/perf/lib/include/internal/xyarray.h 	return &xy->contents[x * xy->row_size + y * xy->entry_size];
row_size            9 tools/perf/lib/xyarray.c 	size_t row_size = ylen * entry_size;
row_size           10 tools/perf/lib/xyarray.c 	struct xyarray *xy = zalloc(sizeof(*xy) + xlen * row_size);
row_size           14 tools/perf/lib/xyarray.c 		xy->row_size   = row_size;
row_size         1421 tools/perf/util/bpf-loader.c 	if (xy->row_size / xy->entry_size != 1) {
row_size         1444 tools/perf/util/bpf-loader.c 	events = xy->entries / (xy->row_size / xy->entry_size);
row_size            9 tools/perf/util/xyarray.c 	size_t row_size = ylen * entry_size;
row_size           10 tools/perf/util/xyarray.c 	struct xyarray *xy = zalloc(sizeof(*xy) + xlen * row_size);
row_size           14 tools/perf/util/xyarray.c 		xy->row_size   = row_size;