Lines Matching defs:start
1433 * the timestamps from start of measurement interval are in "old"
5981 unsigned int start, end;
6013 start = strtoul(next, &next, 10);
6015 if (start >= CPU_SUBSET_MAXCPUS)
6017 CPU_SET_S(start, cpu_subset_size, cpu_subset);
6028 next += 1; /* start range */
6032 next += 1; /* start range */
6038 if (end <= start)
6041 while (++start <= end) {
6042 if (start >= CPU_SUBSET_MAXCPUS)
6044 CPU_SET_S(start, cpu_subset_size, cpu_subset);