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:next_section
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath10k/
H
A
D
sdio.c
2287
const struct ath10k_mem_section *cur_section, *
next_section
;
in ath10k_sdio_dump_memory_section()
local
2326
next_section
= NULL;
in ath10k_sdio_dump_memory_section()
2329
next_section
= cur_section + 1;
in ath10k_sdio_dump_memory_section()
2331
if (cur_section->end >
next_section
->start) {
in ath10k_sdio_dump_memory_section()
2333
next_section
->start,
in ath10k_sdio_dump_memory_section()
2338
skip_size =
next_section
->start - cur_section->end;
in ath10k_sdio_dump_memory_section()
2368
if (!
next_section
)
in ath10k_sdio_dump_memory_section()
2372
cur_section =
next_section
;
in ath10k_sdio_dump_memory_section()
H
A
D
pci.c
1472
const struct ath10k_mem_section *cur_section, *
next_section
;
in ath10k_pci_dump_memory_section()
local
1511
next_section
= NULL;
in ath10k_pci_dump_memory_section()
1514
next_section
= cur_section + 1;
in ath10k_pci_dump_memory_section()
1516
if (cur_section->end >
next_section
->start) {
in ath10k_pci_dump_memory_section()
1518
next_section
->start,
in ath10k_pci_dump_memory_section()
1523
skip_size =
next_section
->start - cur_section->end;
in ath10k_pci_dump_memory_section()
1553
if (!
next_section
)
in ath10k_pci_dump_memory_section()
1557
cur_section =
next_section
;
in ath10k_pci_dump_memory_section()
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath10k/
H
A
D
sdio.c
2292
const struct ath10k_mem_section *cur_section, *
next_section
;
in ath10k_sdio_dump_memory_section()
local
2319
for (; cur_section; cur_section =
next_section
) {
in ath10k_sdio_dump_memory_section()
2331
next_section
= NULL;
in ath10k_sdio_dump_memory_section()
2334
next_section
= cur_section + 1;
in ath10k_sdio_dump_memory_section()
2336
if (cur_section->end >
next_section
->start) {
in ath10k_sdio_dump_memory_section()
2338
next_section
->start,
in ath10k_sdio_dump_memory_section()
2343
skip_size =
next_section
->start - cur_section->end;
in ath10k_sdio_dump_memory_section()
H
A
D
pci.c
1472
const struct ath10k_mem_section *cur_section, *
next_section
;
in ath10k_pci_dump_memory_section()
local
1511
next_section
= NULL;
in ath10k_pci_dump_memory_section()
1514
next_section
= cur_section + 1;
in ath10k_pci_dump_memory_section()
1516
if (cur_section->end >
next_section
->start) {
in ath10k_pci_dump_memory_section()
1518
next_section
->start,
in ath10k_pci_dump_memory_section()
1523
skip_size =
next_section
->start - cur_section->end;
in ath10k_pci_dump_memory_section()
1553
if (!
next_section
)
in ath10k_pci_dump_memory_section()
1557
cur_section =
next_section
;
in ath10k_pci_dump_memory_section()
/kernel/linux/linux-6.6/drivers/bluetooth/
H
A
D
btmtk.c
175
goto
next_section
;
in btmtk_setup_firmware_79xx()
214
next_section
:
in btmtk_setup_firmware_79xx()
/kernel/linux/linux-5.10/drivers/md/
H
A
D
dm-integrity.c
1284
unsigned
next_section
;
in find_newer_committed_node()
local
1297
next_section
= (unsigned)(next_node - ic->journal_tree) / ic->journal_section_entries;
in find_newer_committed_node()
1298
if (
next_section
>= ic->committed_section &&
in find_newer_committed_node()
1299
next_section
< ic->committed_section + ic->n_committed_sections)
in find_newer_committed_node()
1301
if (
next_section
+ ic->journal_sections < ic->committed_section + ic->n_committed_sections)
in find_newer_committed_node()
/kernel/linux/linux-6.6/drivers/md/
H
A
D
dm-integrity.c
1388
unsigned int
next_section
;
in find_newer_committed_node()
local
1401
next_section
= (unsigned int)(next_node - ic->journal_tree) / ic->journal_section_entries;
in find_newer_committed_node()
1402
if (
next_section
>= ic->committed_section &&
in find_newer_committed_node()
1403
next_section
< ic->committed_section + ic->n_committed_sections)
in find_newer_committed_node()
1405
if (
next_section
+ ic->journal_sections < ic->committed_section + ic->n_committed_sections)
in find_newer_committed_node()
Completed in 28 milliseconds