Searched refs:hash_32 (Results 1 - 7 of 7) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dhash.h26 #define hash_long(val, bits) hash_32(val, bits)
57 static inline u32 hash_32(u32 val, unsigned int bits) function
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/net/
H A Dllc.h80 return hash_32(jhash(laddr->mac, sizeof(laddr->mac), 0),
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/logfs/
H A Ddir.c98 static u32 hash_32(const char *s, int len, u32 seed) function
162 u32 hash = hash_32(name->name, name->len, 0);
392 u32 hash = hash_32(dentry->d_name.name, dentry->d_name.len, 0);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/l2tp/
H A Dl2tp_core.c129 return &pn->l2tp_session_hlist[hash_32(session_id, L2TP_HASH_BITS_2)];
164 return &tunnel->session_hlist[hash_32(session_id, L2TP_HASH_BITS)];
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/fat/
H A Dinode.c272 return hash_32(i_pos, FAT_HASH_BITS);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/jbd2/
H A Djournal.c2350 int i = hash_32(device, CACHE_SIZE_BITS);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/core/
H A Ddev.c218 return &net->dev_name_head[hash_32(hash, NETDEV_HASHBITS)];

Completed in 240 milliseconds