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_tag
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-5.10/drivers/mmc/host/
H
A
D
mmc_hsq.c
48
slot = &hsq->slot[hsq->
next_tag
];
in mmc_hsq_pump_requests()
84
hsq->
next_tag
= HSQ_INVALID_TAG;
in mmc_hsq_update_next_tag()
92
if (++hsq->
next_tag
!= HSQ_INVALID_TAG) {
in mmc_hsq_update_next_tag()
93
slot = &hsq->slot[hsq->
next_tag
];
in mmc_hsq_update_next_tag()
108
hsq->
next_tag
= tag;
in mmc_hsq_update_next_tag()
168
hsq->slot[hsq->
next_tag
].mrq = NULL;
in mmc_hsq_finalize_request()
236
if (hsq->
next_tag
== HSQ_INVALID_TAG)
in mmc_hsq_request()
237
hsq->
next_tag
= tag;
in mmc_hsq_request()
343
hsq->
next_tag
= HSQ_INVALID_TAG;
in mmc_hsq_init()
H
A
D
mmc_hsq.h
17
int
next_tag
;
member
/kernel/linux/linux-6.6/drivers/mmc/host/
H
A
D
mmc_hsq.c
45
slot = &hsq->slot[hsq->
next_tag
];
in mmc_hsq_pump_requests()
80
hsq->
next_tag
= HSQ_INVALID_TAG;
in mmc_hsq_update_next_tag()
85
tag = hsq->tag_slot[hsq->
next_tag
];
in mmc_hsq_update_next_tag()
86
hsq->tag_slot[hsq->
next_tag
] = HSQ_INVALID_TAG;
in mmc_hsq_update_next_tag()
87
hsq->
next_tag
= tag;
in mmc_hsq_update_next_tag()
147
hsq->slot[hsq->
next_tag
].mrq = NULL;
in mmc_hsq_finalize_request()
215
if (hsq->
next_tag
== HSQ_INVALID_TAG) {
in mmc_hsq_request()
216
hsq->
next_tag
= tag;
in mmc_hsq_request()
329
hsq->
next_tag
= HSQ_INVALID_TAG;
in mmc_hsq_init()
H
A
D
mmc_hsq.h
20
int
next_tag
;
member
/kernel/linux/linux-5.10/lib/
H
A
D
asn1_decoder.c
65
next_tag
:
in asn1_find_indefinite_length()
83
goto
next_tag
;
in asn1_find_indefinite_length()
104
goto
next_tag
;
in asn1_find_indefinite_length()
121
goto
next_tag
;
in asn1_find_indefinite_length()
/kernel/linux/linux-6.6/lib/
H
A
D
asn1_decoder.c
65
next_tag
:
in asn1_find_indefinite_length()
83
goto
next_tag
;
in asn1_find_indefinite_length()
104
goto
next_tag
;
in asn1_find_indefinite_length()
121
goto
next_tag
;
in asn1_find_indefinite_length()
/kernel/linux/linux-5.10/drivers/block/rsxx/
H
A
D
dma.c
73
int
next_tag
;
member
144
trackers->head = trackers->list[tag].
next_tag
;
in pop_tracker()
145
trackers->list[tag].
next_tag
= -1;
in pop_tracker()
155
trackers->list[tag].
next_tag
= trackers->head;
in push_tracker()
817
ctrl->trackers->list[i].
next_tag
= i + 1;
in rsxx_dma_ctrl_init()
820
ctrl->trackers->list[RSXX_MAX_OUTSTANDING_CMDS-1].
next_tag
= -1;
in rsxx_dma_ctrl_init()
Completed in 5 milliseconds