Lines Matching defs:curr_slot
834 int curr_slot, free_slot;
858 for (curr_slot = 0; curr_slot < 32; curr_slot++) {
859 if ((free_slot == -1) && (slots[curr_slot].qtd == NULL))
860 free_slot = curr_slot;
861 if (slots[curr_slot].qh == qh)
885 if ((curr_slot > 31) && (free_slot == -1))
890 if ((curr_slot > 31) && (free_slot > -1)) {
898 curr_slot = free_slot;