Lines Matching refs:stride
26 " -S STRIDE Override CPU pair stride (default: nr_cpus_ids / 2)\n"
50 __s32 stride, i, opt, outer_fd;
64 stride = skel->rodata->nr_cpu_ids / 2;
69 stride = strtoul(optarg, NULL, 0);
81 if (stride <= 0) {
82 fprintf(stderr, "Invalid stride %d, must be positive\n", stride);
106 int j = (i + stride) % skel->rodata->nr_cpu_ids;
112 "Invalid stride %d - CPU%d wants to be its own pair",
113 stride, i);
116 "Invalid stride %d - three CPUs (%d, %d, %d) want to be a pair",
117 stride, i, j, skel->rodata_pair_cpu->pair_cpu[j]);