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:ehash_entries
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-6.6/net/ipv4/
H
A
D
inet_hashtables.c
1256
unsigned int
ehash_entries
)
in inet_pernet_hashinfo_alloc()
1265
new_hashinfo->ehash = vmalloc_huge(
ehash_entries
* sizeof(struct inet_ehash_bucket),
in inet_pernet_hashinfo_alloc()
1270
new_hashinfo->ehash_mask =
ehash_entries
- 1;
in inet_pernet_hashinfo_alloc()
1275
for (i = 0; i <
ehash_entries
; i++)
in inet_pernet_hashinfo_alloc()
1255
inet_pernet_hashinfo_alloc(struct inet_hashinfo *hashinfo, unsigned int
ehash_entries
)
inet_pernet_hashinfo_alloc()
argument
H
A
D
tcp_ipv4.c
3168
unsigned int
ehash_entries
;
in tcp_set_hashinfo()
local
3175
ehash_entries
= READ_ONCE(old_net->ipv4.sysctl_tcp_child_ehash_entries);
in tcp_set_hashinfo()
3176
if (!
ehash_entries
)
in tcp_set_hashinfo()
3179
ehash_entries
= roundup_pow_of_two(
ehash_entries
);
in tcp_set_hashinfo()
3180
hinfo = inet_pernet_hashinfo_alloc(&tcp_hashinfo,
ehash_entries
);
in tcp_set_hashinfo()
3184
ehash_entries
);
in tcp_set_hashinfo()
3187
ehash_entries
= tcp_hashinfo.ehash_mask + 1;
in tcp_set_hashinfo()
3191
net->ipv4.tcp_death_row.sysctl_max_tw_buckets =
ehash_entries
/ 2;
in tcp_set_hashinfo()
3192
net->ipv4.sysctl_max_syn_backlog = max(128U,
ehash_entries
/ 12
in tcp_set_hashinfo()
[all...]
/kernel/linux/linux-6.6/include/net/
H
A
D
inet_hashtables.h
227
unsigned int
ehash_entries
);
Completed in 7 milliseconds