row_offset        450 drivers/atm/he.c 	unsigned row_offset = he_dev->r0_startrow * he_dev->bytes_per_row;
row_offset        459 drivers/atm/he.c 		lbuf_addr = (row_offset + (lbuf_count * lbuf_bufsize)) / 32;
row_offset        466 drivers/atm/he.c 			row_offset += he_dev->bytes_per_row;
row_offset        480 drivers/atm/he.c 	unsigned row_offset = he_dev->r1_startrow * he_dev->bytes_per_row;
row_offset        489 drivers/atm/he.c 		lbuf_addr = (row_offset + (lbuf_count * lbuf_bufsize)) / 32;
row_offset        496 drivers/atm/he.c 			row_offset += he_dev->bytes_per_row;
row_offset        510 drivers/atm/he.c 	unsigned row_offset = he_dev->tx_startrow * he_dev->bytes_per_row;
row_offset        519 drivers/atm/he.c 		lbuf_addr = (row_offset + (lbuf_count * lbuf_bufsize)) / 32;
row_offset        526 drivers/atm/he.c 			row_offset += he_dev->bytes_per_row;
row_offset        685 tools/perf/ui/browsers/hists.c 					   h->row_offset, h->nr_rows);
row_offset        723 tools/perf/ui/browsers/hists.c 	off_t	row_offset;
row_offset        805 tools/perf/ui/browsers/hists.c 	if (arg->row_offset != 0) {
row_offset        806 tools/perf/ui/browsers/hists.c 		arg->row_offset--;
row_offset        984 tools/perf/ui/browsers/hists.c 		if (arg->row_offset != 0) {
row_offset        985 tools/perf/ui/browsers/hists.c 			arg->row_offset--;
row_offset       1253 tools/perf/ui/browsers/hists.c 	off_t row_offset = entry->row_offset;
row_offset       1267 tools/perf/ui/browsers/hists.c 	if (row_offset == 0) {
row_offset       1332 tools/perf/ui/browsers/hists.c 		--row_offset;
row_offset       1336 tools/perf/ui/browsers/hists.c 			.row_offset = row_offset,
row_offset       1359 tools/perf/ui/browsers/hists.c 	off_t row_offset = entry->row_offset;
row_offset       1379 tools/perf/ui/browsers/hists.c 	if (entry->leaf && row_offset) {
row_offset       1380 tools/perf/ui/browsers/hists.c 		row_offset--;
row_offset       1504 tools/perf/ui/browsers/hists.c 			.row_offset = row_offset,
row_offset       1887 tools/perf/ui/browsers/hists.c 	h->row_offset = 0;
row_offset       1910 tools/perf/ui/browsers/hists.c 				u16 remaining = h->nr_rows - h->row_offset;
row_offset       1913 tools/perf/ui/browsers/hists.c 					h->row_offset = 0;
row_offset       1915 tools/perf/ui/browsers/hists.c 					h->row_offset += offset;
row_offset       1933 tools/perf/ui/browsers/hists.c 					if (-offset > h->row_offset) {
row_offset       1934 tools/perf/ui/browsers/hists.c 						offset += h->row_offset;
row_offset       1935 tools/perf/ui/browsers/hists.c 						h->row_offset = 0;
row_offset       1937 tools/perf/ui/browsers/hists.c 						h->row_offset += offset;
row_offset       1945 tools/perf/ui/browsers/hists.c 						h->row_offset = 0;
row_offset       1947 tools/perf/ui/browsers/hists.c 						h->row_offset = h->nr_rows + offset;
row_offset       1969 tools/perf/ui/browsers/hists.c 					h->row_offset = h->nr_rows;
row_offset       1977 tools/perf/ui/browsers/hists.c 		h->row_offset = 0;
row_offset       2017 tools/perf/util/hist.c 			parent->row_offset = 0;
row_offset       2030 tools/perf/util/hist.c 	h->row_offset = 0;
row_offset        123 tools/perf/util/sort.h 			u16	row_offset;