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:max_socks
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-6.6/net/core/
H
A
D
sock_reuseport.c
114
left = reuse->
max_socks
- reuse->num_closed_socks;
in reuseport_sock_index()
115
right = reuse->
max_socks
;
in reuseport_sock_index()
152
reuse->socks[reuse->
max_socks
- reuse->num_closed_socks - 1] = sk;
in __reuseport_add_closed_sock()
166
reuse->socks[i] = reuse->socks[reuse->
max_socks
- reuse->num_closed_socks];
in __reuseport_detach_closed_sock()
174
static struct sock_reuseport *__reuseport_alloc(unsigned int
max_socks
)
in __reuseport_alloc()
argument
177
sizeof(struct sock *) *
max_socks
;
in __reuseport_alloc()
183
reuse->
max_socks
=
max_socks
;
in __reuseport_alloc()
252
more_socks_size = reuse->
max_socks
* 2U;
in reuseport_grow()
261
sk = reuse->socks[reuse->
max_socks
in reuseport_grow()
[all...]
/kernel/linux/linux-5.10/net/core/
H
A
D
sock_reuseport.c
37
static struct sock_reuseport *__reuseport_alloc(unsigned int
max_socks
)
in __reuseport_alloc()
argument
40
sizeof(struct sock *) *
max_socks
;
in __reuseport_alloc()
46
reuse->
max_socks
=
max_socks
;
in __reuseport_alloc()
108
more_socks_size = reuse->
max_socks
* 2U;
in reuseport_grow()
177
if (reuse->num_socks == reuse->
max_socks
) {
in reuseport_add_sock()
/kernel/linux/linux-5.10/include/net/
H
A
D
sock_reuseport.h
16
u16
max_socks
; /* length of socks */
member
/kernel/linux/linux-6.6/include/net/
H
A
D
sock_reuseport.h
16
u16
max_socks
; /* length of socks */
member
Completed in 2 milliseconds