HomeSort by relevance Sort by last modified time
    Searched full:__hash_long (Results 1 - 1 of 1) sorted by null

  /external/fio/
hash.h 33 static inline unsigned long __hash_long(unsigned long val) function
63 return __hash_long(val) >> (BITS_PER_LONG - bits);

Completed in 8688 milliseconds