Home
last modified time | relevance | path

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

/Linux-v6.1/tools/perf/util/
Dmachine.c2362 #define CHASHSZ 127 macro
2373 unsigned char chash[CHASHSZ]; in remove_loops()
2380 int h = hash_64(l[i].from, CHASHBITS) % CHASHSZ; in remove_loops()