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:tag_slot
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-6.6/drivers/mmc/host/
H
A
D
mmc_hsq.c
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()
218
hsq->
tag_slot
[hsq->tail_tag] = HSQ_INVALID_TAG;
in mmc_hsq_request()
220
hsq->
tag_slot
[hsq->tail_tag] = tag;
in mmc_hsq_request()
342
hsq->
tag_slot
[i] = HSQ_INVALID_TAG;
in mmc_hsq_init()
H
A
D
mmc_hsq.h
24
int
tag_slot
[HSQ_NUM_SLOTS];
member
/kernel/linux/linux-6.6/io_uring/
H
A
D
rsrc.c
340
u64 *
tag_slot
= io_get_tag_slot(data, i);
in io_rsrc_data_alloc()
local
342
if (copy_from_user(
tag_slot
, &utags[i],
in io_rsrc_data_alloc()
343
sizeof(*
tag_slot
)))
in io_rsrc_data_alloc()
643
u64 *
tag_slot
= io_get_tag_slot(data, idx);
in io_queue_rsrc_removal()
local
653
node->item.tag = *
tag_slot
;
in io_queue_rsrc_removal()
654
*
tag_slot
= 0;
in io_queue_rsrc_removal()
/kernel/linux/linux-5.10/io_uring/
H
A
D
io_uring.c
7959
u64 *
tag_slot
= io_get_tag_slot(data, i);
in io_rsrc_data_alloc()
local
7961
if (copy_from_user(
tag_slot
, &utags[i],
in io_rsrc_data_alloc()
7962
sizeof(*
tag_slot
)))
in io_rsrc_data_alloc()
8460
u64 *
tag_slot
= io_get_tag_slot(data, idx);
in io_queue_rsrc_removal()
local
8467
prsrc->tag = *
tag_slot
;
in io_queue_rsrc_removal()
8468
*
tag_slot
= 0;
in io_queue_rsrc_removal()
Completed in 16 milliseconds