HomeSort by relevance Sort by last modified time
    Searched refs:hash_64 (Results 1 - 2 of 2) sorted by null

  /external/linux-tools-perf/util/include/linux/added/
hash.h 32 #define hash_long(val, bits) hash_64(val, bits)
38 static inline u64 hash_64(u64 val, unsigned int bits) function
  /external/linux-tools-perf/util/
evlist.c 125 hash = hash_64(sid->id, PERF_EVLIST__HLIST_BITS);
166 hash = hash_64(id, PERF_EVLIST__HLIST_BITS);

Completed in 377 milliseconds