Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:bhash2
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-6.6/net/dccp/
H
A
D
proto.c
1203
dccp_hashinfo.
bhash2
= (struct inet_bind_hashbucket *)
in dccp_init()
1206
if (!dccp_hashinfo.
bhash2
) {
in dccp_init()
1214
spin_lock_init(&dccp_hashinfo.
bhash2
[i].lock);
in dccp_init()
1215
INIT_HLIST_HEAD(&dccp_hashinfo.
bhash2
[i].chain);
in dccp_init()
1247
free_pages((unsigned long)dccp_hashinfo.
bhash2
, bhash_order);
in dccp_init()
1262
dccp_hashinfo.
bhash2
= NULL;
in dccp_init()
1277
free_pages((unsigned long)dccp_hashinfo.
bhash2
, bhash_order);
in dccp_fini()
/kernel/linux/linux-6.6/net/ipv4/
H
A
D
inet_hashtables.c
853
/* The socket's
bhash2
hashbucket spinlock must be held when this is called */
858
struct inet_bind2_bucket *
bhash2
= NULL;
in inet_bind2_bucket_find()
local
860
inet_bind_bucket_for_each(
bhash2
, &head->chain)
in inet_bind2_bucket_find()
861
if (inet_bind2_bucket_match(
bhash2
, net, port, l3mdev, sk))
in inet_bind2_bucket_find()
864
return
bhash2
;
in inet_bind2_bucket_find()
880
return &hinfo->
bhash2
[hash & (hinfo->bhash_size - 1)];
in inet_bhash2_addr_any_hashbucket()
917
* the
bhash2
table in an inconsistent state if a new tb2 bucket
in __inet_bhash2_update_saddr()
925
* so we give up and unlink sk from bhash/
bhash2
not
in __inet_bhash2_update_saddr()
926
* to leave inconsistency in
bhash2
.
in __inet_bhash2_update_saddr()
1094
* add the socket to the
bhash2
tabl
in __inet_hash_connect()
[all...]
H
A
D
tcp.c
4704
tcp_hashinfo.
bhash2
= tcp_hashinfo.bhash + tcp_hashinfo.bhash_size;
in tcp_init()
4708
spin_lock_init(&tcp_hashinfo.
bhash2
[i].lock);
in tcp_init()
4709
INIT_HLIST_HEAD(&tcp_hashinfo.
bhash2
[i].chain);
in tcp_init()
/kernel/linux/linux-6.6/include/net/
H
A
D
inet_hashtables.h
107
/* Node in the
bhash2
inet_bind_hashbucket chain */
111
/* bhash has twsk in owners, but
bhash2
has twsk in
172
struct inet_bind_hashbucket *
bhash2
;
member
278
return &hinfo->
bhash2
[hash & (hinfo->bhash_size - 1)];
in inet_bhashfn_portaddr()
Completed in 9 milliseconds