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:res_next
(Results
1 - 9
of
9
) sorted by relevance
/kernel/linux/linux-5.10/drivers/crypto/mediatek/
H
A
D
mtk-platform.h
86
* @
res_next
: pointer to the next result descriptor
99
struct mtk_desc *
res_next
;
member
H
A
D
mtk-aes.c
290
res = ring->
res_next
;
in mtk_aes_xmit()
298
if (++ring->
res_next
== ring->res_base + MTK_DESC_NUM)
in mtk_aes_xmit()
299
ring->
res_next
= ring->res_base;
in mtk_aes_xmit()
H
A
D
mtk-sha.c
144
*res_curr = ring->
res_next
++;
in mtk_sha_ring_shift()
149
ring->
res_next
= ring->res_base;
in mtk_sha_ring_shift()
H
A
D
mtk-platform.c
461
ring[i]->
res_next
= ring[i]->res_base;
in mtk_desc_ring_alloc()
/kernel/linux/linux-5.10/drivers/acpi/numa/
H
A
D
hmat.c
797
struct resource *res, *
res_next
;
in hmat_free_structures()
local
807
res_next
= res->sibling;
in hmat_free_structures()
810
res =
res_next
;
in hmat_free_structures()
/kernel/linux/linux-6.6/drivers/acpi/numa/
H
A
D
hmat.c
791
struct resource *res, *
res_next
;
in hmat_free_structures()
local
801
res_next
= res->sibling;
in hmat_free_structures()
804
res =
res_next
;
in hmat_free_structures()
/kernel/linux/linux-5.10/drivers/vfio/pci/
H
A
D
vfio_pci_private.h
83
struct list_head
res_next
;
member
H
A
D
vfio_pci.c
208
list_add(&dummy_res->
res_next
,
in vfio_pci_probe_mmaps()
463
&vdev->dummy_resources_list,
res_next
) {
in vfio_pci_disable()
464
list_del(&dummy_res->
res_next
);
in vfio_pci_disable()
/kernel/linux/linux-6.6/drivers/vfio/pci/
H
A
D
vfio_pci_core.c
51
struct list_head
res_next
;
member
163
list_add(&dummy_res->
res_next
,
in vfio_pci_probe_mmaps()
631
&vdev->dummy_resources_list,
res_next
) {
in vfio_pci_core_disable()
632
list_del(&dummy_res->
res_next
);
in vfio_pci_core_disable()
Completed in 15 milliseconds