Home
last modified time | relevance | path

Searched refs:bhash (Results 1 – 10 of 10) sorted by relevance

/OK3568_Linux_fs/kernel/net/ipv4/
H A Dinet_hashtables.c109 const int bhash = inet_bhashfn(sock_net(sk), inet_sk(sk)->inet_num, in __inet_put_port() local
111 struct inet_bind_hashbucket *head = &hashinfo->bhash[bhash]; in __inet_put_port()
135 const int bhash = inet_bhashfn(sock_net(sk), port, in __inet_inherit_port() local
137 struct inet_bind_hashbucket *head = &table->bhash[bhash]; in __inet_inherit_port()
750 head = &hinfo->bhash[inet_bhashfn(net, port, in __inet_hash_connect()
792 head = &hinfo->bhash[inet_bhashfn(net, port, in __inet_hash_connect()
H A Dinet_timewait_sock.c55 bhead = &hashinfo->bhash[inet_bhashfn(twsk_net(tw), tw->tw_num, in inet_twsk_kill()
113 bhead = &hashinfo->bhash[inet_bhashfn(twsk_net(tw), inet->inet_num, in inet_twsk_hashdance()
H A Dinet_connection_sock.c227 head = &hinfo->bhash[inet_bhashfn(net, port, in inet_csk_find_open_port()
374 head = &hinfo->bhash[inet_bhashfn(net, port, in inet_csk_get_port()
H A Dtcp.c4266 tcp_hashinfo.bhash = in tcp_init()
4278 spin_lock_init(&tcp_hashinfo.bhash[i].lock); in tcp_init()
4279 INIT_HLIST_HEAD(&tcp_hashinfo.bhash[i].chain); in tcp_init()
/OK3568_Linux_fs/kernel/net/dccp/
H A Dproto.c1179 dccp_hashinfo.bhash = (struct inet_bind_hashbucket *) in dccp_init()
1181 } while (!dccp_hashinfo.bhash && --bhash_order >= 0); in dccp_init()
1183 if (!dccp_hashinfo.bhash) { in dccp_init()
1189 spin_lock_init(&dccp_hashinfo.bhash[i].lock); in dccp_init()
1190 INIT_HLIST_HEAD(&dccp_hashinfo.bhash[i].chain); in dccp_init()
1220 free_pages((unsigned long)dccp_hashinfo.bhash, bhash_order); in dccp_init()
1232 dccp_hashinfo.bhash = NULL; in dccp_init()
1242 free_pages((unsigned long)dccp_hashinfo.bhash, in dccp_fini()
H A Dipv4.c1010 if (dccp_hashinfo.bhash == NULL) in dccp_v4_init_net()
H A Dipv6.c1094 if (dccp_hashinfo.bhash == NULL) in dccp_v6_init_net()
/OK3568_Linux_fs/kernel/drivers/edac/
H A Dpnd2_edac.c902 int bhash = 0; in bank_hash() local
906 bhash ^= ((pmiaddr >> (12 + shft)) ^ (pmiaddr >> (9 + shft))) & 1; in bank_hash()
909 bhash ^= (((pmiaddr >> (10 + shft)) ^ (pmiaddr >> (8 + shft))) & 1) << 1; in bank_hash()
910 bhash ^= ((pmiaddr >> 22) & 1) << 1; in bank_hash()
913 bhash ^= (((pmiaddr >> (13 + shft)) ^ (pmiaddr >> (11 + shft))) & 1) << 2; in bank_hash()
917 return bhash; in bank_hash()
/OK3568_Linux_fs/kernel/include/net/
H A Dinet_hashtables.h140 struct inet_bind_hashbucket *bhash; member
/OK3568_Linux_fs/kernel/fs/ext4/
H A Dnamei.c992 __u32 bhash; in ext4_htree_next_block() local
1018 bhash = dx_get_hash(p->at); in ext4_htree_next_block()
1020 *start_hash = bhash; in ext4_htree_next_block()
1022 if ((bhash & ~1) != hash) in ext4_htree_next_block()