Searched refs:loc (Results 1 – 1 of 1) sorted by relevance
150 static void sidtab_update_cache(struct sidtab *s, struct sidtab_node *n, int loc) in sidtab_update_cache() argument152 BUG_ON(loc >= SIDTAB_CACHE_LEN); in sidtab_update_cache()154 while (loc > 0) { in sidtab_update_cache()155 s->cache[loc] = s->cache[loc - 1]; in sidtab_update_cache()156 loc--; in sidtab_update_cache()