Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/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()
/kernel/linux/linux-6.6/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()

Completed in 2 milliseconds