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

/linux-master/tools/perf/util/
H A Dmachine.c2257 #define CHASHSZ 127 macro
2268 unsigned char chash[CHASHSZ];
2275 int h = hash_64(l[i].from, CHASHBITS) % CHASHSZ;

Completed in 192 milliseconds