Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/util/
H A Dfncache.c17 static struct hlist_head fncache_hash[FNHSIZE]; variable
32 hlist_for_each_entry(n, &fncache_hash[h], nd) { in lookup_fncache()
50 hlist_add_head(&n->nd, &fncache_hash[h]); in update_fncache()