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:tmf_queue
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-5.10/drivers/vhost/
H
A
D
scsi.c
142
struct list_head
tmf_queue
;
member
369
list_add_tail(&tpg->
tmf_queue
, &tmf->queue_entry);
in vhost_scsi_release_tmf_res()
1218
if (list_empty(&tpg->
tmf_queue
)) {
in vhost_scsi_handle_tmf()
1224
tmf = list_first_entry(&tpg->
tmf_queue
, struct vhost_scsi_tmf,
in vhost_scsi_handle_tmf()
2038
list_add_tail(&tmf->queue_entry, &tpg->
tmf_queue
);
in vhost_scsi_port_link()
2059
tmf = list_first_entry(&tpg->
tmf_queue
, struct vhost_scsi_tmf,
in vhost_scsi_port_unlink()
2323
INIT_LIST_HEAD(&tpg->
tmf_queue
);
in vhost_scsi_make_tpg()
/kernel/linux/linux-5.10/drivers/scsi/ufs/
H
A
D
ufshcd.h
644
* @
tmf_queue
: Used to allocate TMF tags.
736
struct request_queue *
tmf_queue
;
member
H
A
D
ufshcd.c
6244
struct request_queue *q = hba->
tmf_queue
;
in __ufshcd_issue_tm_cmd()
8984
blk_cleanup_queue(hba->
tmf_queue
);
in ufshcd_remove()
9228
hba->
tmf_queue
= blk_mq_init_queue(&hba->tmf_tag_set);
in ufshcd_init()
9229
if (IS_ERR(hba->
tmf_queue
)) {
in ufshcd_init()
9230
err = PTR_ERR(hba->
tmf_queue
);
in ufshcd_init()
9292
blk_cleanup_queue(hba->
tmf_queue
);
in ufshcd_init()
/kernel/linux/linux-6.6/include/ufs/
H
A
D
ufshcd.h
835
* @
tmf_queue
: Used to allocate TMF tags.
975
struct request_queue *
tmf_queue
;
member
/kernel/linux/linux-6.6/drivers/ufs/core/
H
A
D
ufshcd.c
6922
struct request_queue *q = hba->
tmf_queue
;
in __ufshcd_issue_tm_cmd()
10106
blk_mq_destroy_queue(hba->
tmf_queue
);
in ufshcd_remove()
10107
blk_put_queue(hba->
tmf_queue
);
in ufshcd_remove()
10395
hba->
tmf_queue
= blk_mq_init_queue(&hba->tmf_tag_set);
in ufshcd_init()
10396
if (IS_ERR(hba->
tmf_queue
)) {
in ufshcd_init()
10397
err = PTR_ERR(hba->
tmf_queue
);
in ufshcd_init()
10460
blk_mq_destroy_queue(hba->
tmf_queue
);
in ufshcd_init()
10461
blk_put_queue(hba->
tmf_queue
);
in ufshcd_init()
Completed in 32 milliseconds