Searched refs:slp_index (Results 1 – 1 of 1) sorted by relevance
496 static int slp_index = 0; variable508 for (i = slp_index; i >= 0; i--) in find_slp()512 for (i = SLP_CACHE_SIZE - 1; i > slp_index; i--) in find_slp()520 if (slp_table[slp_index - 1] == sport) in stash_slp()524 slp_table[slp_index++] = sport; in stash_slp()525 if (slp_index == SLP_CACHE_SIZE) in stash_slp()526 slp_index = 0; in stash_slp()