Lines Matching refs:granule
38 /* default granule 1 PAGESIZE */
39 int granule = 1;
64 granule = atoi(optarg);
110 if (granule < 1 || granule > 1024) {
111 fprintf(stderr, "invalid granule size\n");
128 map.granule = granule;
136 printf("dma mapping benchmark(%s): threads:%d seconds:%d node:%d dir:%s granule:%d\n",
137 mode[map_mode], threads, seconds, node, directions[dir], granule);