Home
last modified time | relevance | path

Searched refs:fgraph_lru_table (Results 1 – 1 of 1) sorted by relevance

/linux/kernel/trace/
H A Dfgraph.c181 static int fgraph_lru_table[FGRAPH_ARRAY_SIZE]; variable
191 fgraph_lru_table[i] = i; in fgraph_lru_init()
198 WARN_ON_ONCE(fgraph_lru_table[fgraph_lru_last] != -1)) in fgraph_lru_release_index()
201 fgraph_lru_table[fgraph_lru_last] = idx; in fgraph_lru_release_index()
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()