Lines Matching refs:next_token
320 * - exactly 'next_token' may be NOT available so pick xfer_id >= next_token
321 * using find_next_zero_bit() starting from candidate next_token bit
337 * |- next_token
347 * |- next_token
358 * |- next_token
367 unsigned long xfer_id, next_token;
377 next_token = (xfer->transfer_id & (MSG_TOKEN_MAX - 1));
379 /* Pick the next available xfer_id >= next_token */
381 MSG_TOKEN_MAX, next_token);
400 if (xfer_id != next_token)
401 atomic_add((int)(xfer_id - next_token), &transfer_last_id);