Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/tools/perf/util/
H A Dmachine.c2194 #define CHASHSZ 127 macro
2205 unsigned char chash[CHASHSZ]; in remove_loops()
2212 int h = hash_64(l[i].from, CHASHBITS) % CHASHSZ; in remove_loops()
/kernel/linux/linux-6.6/tools/perf/util/
H A Dmachine.c2431 #define CHASHSZ 127 macro
2442 unsigned char chash[CHASHSZ]; in remove_loops()
2449 int h = hash_64(l[i].from, CHASHBITS) % CHASHSZ; in remove_loops()

Completed in 9 milliseconds