hash_long          68 arch/x86/mm/kmmio.c 	return &kmmio_page_table[hash_long(page, KMMIO_PAGE_HASH_BITS)];
hash_long          50 block/elevator.c 		(hash_long(ELV_HASH_BLOCK((sec)), elv_hash_shift))
hash_long          35 fs/ecryptfs/messaging.c         hash_long((unsigned long)uid, ecryptfs_hash_buckets)
hash_long         443 fs/mbcache.c   	bucket = hash_long((unsigned long)bdev + (block & 0xffffffff), 
hash_long         458 fs/mbcache.c   		bucket = hash_long(keys[n], cache->c_bucket_bits);
hash_long         516 fs/mbcache.c   	bucket = hash_long((unsigned long)bdev + (block & 0xffffffff),
hash_long         613 fs/mbcache.c   	unsigned int bucket = hash_long(key, cache->c_bucket_bits);
hash_long         651 fs/mbcache.c   	unsigned int bucket = hash_long(key, cache->c_bucket_bits);
hash_long         124 fs/nfsd/nfs4idmap.c 	hash = hash_long(hash ^ ent->id, ENT_HASHBITS);
hash_long         503 fs/xfs/linux-2.6/xfs_buf.c 	hash = &btp->bt_hash[hash_long((unsigned long)ioff, btp->bt_hashshift)];
hash_long          68 include/linux/hash.h 	return hash_long((unsigned long)ptr, bits);
hash_long         146 include/linux/sunrpc/svcauth.h 			hash = hash_long(hash^l, BITS_PER_LONG);
hash_long         165 include/linux/sunrpc/svcauth.h 			hash = hash_long(hash^l, BITS_PER_LONG);
hash_long         211 kernel/cgroup.c 	index = hash_long(tmp, CSS_SET_HASH_BITS);
hash_long         259 kernel/lockdep.c #define __classhashfn(key)	hash_long((unsigned long)key, CLASSHASH_BITS)
hash_long         270 kernel/lockdep.c #define __chainhashfn(chain)	hash_long(chain, CHAINHASH_BITS)
hash_long          41 kernel/pid.c   	hash_long((unsigned long)nr + (unsigned long)ns, pidhash_shift)
hash_long         239 kernel/trace/ftrace.c 	head = &ftrace_hash[hash_long(ip, FTRACE_HASHBITS)];
hash_long         364 kernel/trace/ftrace.c 	key = hash_long(ip, FTRACE_HASHBITS);
hash_long         251 kernel/wait.c  	return &zone->wait_table[hash_long(val, zone->wait_table_bits)];
hash_long         204 lib/debugobjects.c 	hash = hash_long((addr >> ODEBUG_CHUNK_SHIFT), ODEBUG_HASH_BITS);
hash_long         294 net/sunrpc/auth.c 	nr = hash_long(acred->uid, RPC_CREDCACHE_HASHBITS);
hash_long         588 net/sunrpc/svcauth_unix.c 					 hash_long(uid, GID_HASHBITS));
hash_long         651 net/sunrpc/svcauth_unix.c 				 hash_long(uid, GID_HASHBITS));