Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/util/
H A Dmachine.c2436 #define CHASHBITS 7 macro
2453 int h = hash_64(l[i].from, CHASHBITS) % CHASHSZ; in remove_loops()