hash_long 74 include/linux/hash.h return hash_long((unsigned long)ptr, bits); hash_long 27 include/linux/hashtable.h (sizeof(val) <= 4 ? hash_32(val, bits) : hash_long(val, bits)) hash_long 174 include/linux/sunrpc/svcauth.h hash = hash_long(hash^l, BITS_PER_LONG); hash_long 193 include/linux/sunrpc/svcauth.h hash = hash_long(hash^l, BITS_PER_LONG);