Searched refs:fgraph_lru_next (Results 1 – 1 of 1) sorted by relevance
182 static int fgraph_lru_next; variable 211 int idx = fgraph_lru_table[fgraph_lru_next]; in fgraph_lru_alloc_index() 217 fgraph_lru_table[fgraph_lru_next] = -1; in fgraph_lru_alloc_index() 218 fgraph_lru_next = (fgraph_lru_next + 1) % FGRAPH_ARRAY_SIZE; in fgraph_lru_alloc_index()