Searched refs:bhash (Results 1 – 11 of 11) sorted by relevance
| /kernel/linux/linux-5.10/net/dccp/ |
| D | proto.c | 1176 dccp_hashinfo.bhash = (struct inet_bind_hashbucket *) in dccp_init() 1178 } while (!dccp_hashinfo.bhash && --bhash_order >= 0); in dccp_init() 1180 if (!dccp_hashinfo.bhash) { in dccp_init() 1186 spin_lock_init(&dccp_hashinfo.bhash[i].lock); in dccp_init() 1187 INIT_HLIST_HEAD(&dccp_hashinfo.bhash[i].chain); in dccp_init() 1217 free_pages((unsigned long)dccp_hashinfo.bhash, bhash_order); in dccp_init() 1227 dccp_hashinfo.bhash = NULL; in dccp_init() 1237 free_pages((unsigned long)dccp_hashinfo.bhash, in dccp_fini()
|
| D | ipv4.c | 1010 if (dccp_hashinfo.bhash == NULL) in dccp_v4_init_net()
|
| D | ipv6.c | 1094 if (dccp_hashinfo.bhash == NULL) in dccp_v6_init_net()
|
| /kernel/linux/linux-5.10/net/ipv4/ |
| D | inet_hashtables.c | 118 const int bhash = inet_bhashfn(sock_net(sk), inet_sk(sk)->inet_num, in __inet_put_port() local 120 struct inet_bind_hashbucket *head = &hashinfo->bhash[bhash]; in __inet_put_port() 144 const int bhash = inet_bhashfn(sock_net(sk), port, in __inet_inherit_port() local 146 struct inet_bind_hashbucket *head = &table->bhash[bhash]; in __inet_inherit_port() 759 head = &hinfo->bhash[inet_bhashfn(net, port, in __inet_hash_connect() 800 head = &hinfo->bhash[inet_bhashfn(net, port, in __inet_hash_connect()
|
| D | inet_timewait_sock.c | 55 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()
|
| D | inet_connection_sock.c | 232 head = &hinfo->bhash[inet_bhashfn(net, port, in inet_csk_find_open_port() 379 head = &hinfo->bhash[inet_bhashfn(net, port, in inet_csk_get_port()
|
| D | tcp.c | 4292 tcp_hashinfo.bhash = in tcp_init() 4304 spin_lock_init(&tcp_hashinfo.bhash[i].lock); in tcp_init() 4305 INIT_HLIST_HEAD(&tcp_hashinfo.bhash[i].chain); in tcp_init()
|
| /kernel/linux/linux-5.10/drivers/edac/ |
| D | pnd2_edac.c | 902 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()
|
| /kernel/linux/linux-5.10/include/net/ |
| D | inet_hashtables.h | 140 struct inet_bind_hashbucket *bhash; member
|
| /kernel/linux/linux-5.10/fs/ext4/ |
| D | namei.c | 975 __u32 bhash; in ext4_htree_next_block() local 1001 bhash = dx_get_hash(p->at); in ext4_htree_next_block() 1003 *start_hash = bhash; in ext4_htree_next_block() 1005 if ((bhash & ~1) != hash) in ext4_htree_next_block()
|
| /kernel/linux/patches/linux-5.10/unionpi_tiger_pacth/ |
| D | linux-5.10.patch | 25634 head = &hinfo->bhash[inet_bhashfn(net, port,
|