Searched refs:bhash (Results 1 – 7 of 7) sorted by relevance
880 int bhash = 0; in bank_hash() local884 bhash ^= ((pmiaddr >> (12 + shft)) ^ (pmiaddr >> (9 + shft))) & 1; in bank_hash()887 bhash ^= (((pmiaddr >> (10 + shft)) ^ (pmiaddr >> (8 + shft))) & 1) << 1; in bank_hash()888 bhash ^= ((pmiaddr >> 22) & 1) << 1; in bank_hash()891 bhash ^= (((pmiaddr >> (13 + shft)) ^ (pmiaddr >> (11 + shft))) & 1) << 2; in bank_hash()895 return bhash; in bank_hash()
164 struct inet_bind_hashbucket *bhash; member
361 head = &hinfo->bhash[inet_bhashfn(net, port, in inet_csk_find_open_port()526 head = &hinfo->bhash[inet_bhashfn(net, port, in inet_csk_get_port()
983 __u32 bhash; in ext4_htree_next_block() local1009 bhash = dx_get_hash(p->at); in ext4_htree_next_block()1011 *start_hash = bhash; in ext4_htree_next_block()1013 if ((bhash & ~1) != hash) in ext4_htree_next_block()