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:addr_max
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-6.6/net/mptcp/
H
A
D
pm_netlink.c
911
unsigned int
addr_max
;
in mptcp_pm_nl_append_new_local_addr()
local
975
addr_max
= pernet->add_addr_signal_max;
in mptcp_pm_nl_append_new_local_addr()
976
WRITE_ONCE(pernet->add_addr_signal_max,
addr_max
+ 1);
in mptcp_pm_nl_append_new_local_addr()
979
addr_max
= pernet->local_addr_max;
in mptcp_pm_nl_append_new_local_addr()
980
WRITE_ONCE(pernet->local_addr_max,
addr_max
+ 1);
in mptcp_pm_nl_append_new_local_addr()
1514
unsigned int
addr_max
;
in mptcp_nl_cmd_del_addr()
local
1537
addr_max
= pernet->add_addr_signal_max;
in mptcp_nl_cmd_del_addr()
1538
WRITE_ONCE(pernet->add_addr_signal_max,
addr_max
- 1);
in mptcp_nl_cmd_del_addr()
1541
addr_max
= pernet->local_addr_max;
in mptcp_nl_cmd_del_addr()
1542
WRITE_ONCE(pernet->local_addr_max,
addr_max
in mptcp_nl_cmd_del_addr()
[all...]
/kernel/linux/linux-5.10/drivers/spi/
H
A
D
spi-stm32-qspi.c
337
u32 ccr, cr,
addr_max
;
in stm32_qspi_send()
local
349
addr_max
= op->addr.val + op->data.nbytes + 1;
in stm32_qspi_send()
352
if (
addr_max
< qspi->mm_size &&
in stm32_qspi_send()
/kernel/linux/linux-6.6/kernel/module/
H
A
D
internal.h
292
unsigned long
addr_max
;
member
H
A
D
main.c
70
* 3) mod_tree.addr_min/mod_tree.
addr_max
.
112
if (max > tree->
addr_max
)
in __mod_update_bounds()
113
tree->
addr_max
= max;
in __mod_update_bounds()
3279
if (addr >= mod_tree.addr_min && addr <= mod_tree.
addr_max
)
in __module_address()
/kernel/linux/linux-6.6/drivers/spi/
H
A
D
spi-stm32-qspi.c
523
u32
addr_max
;
in stm32_qspi_dirmap_read()
local
542
addr_max
= op.addr.val + op.data.nbytes + 1;
in stm32_qspi_dirmap_read()
543
if (
addr_max
< qspi->mm_size && op.addr.buswidth)
in stm32_qspi_dirmap_read()
/kernel/linux/linux-5.10/kernel/
H
A
D
module.c
155
unsigned long
addr_max
;
member
161
#define module_addr_max mod_tree.
addr_max
Completed in 18 milliseconds