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:mq_ops
(Results
1 - 16
of
16
) sorted by relevance
/kernel/linux/linux-6.6/block/
H
A
D
blk-mq.h
247
if (q->
mq_ops
->put_budget)
in blk_mq_put_dispatch_budget()
248
q->
mq_ops
->put_budget(q, budget_token);
in blk_mq_put_dispatch_budget()
253
if (q->
mq_ops
->get_budget)
in blk_mq_get_dispatch_budget()
254
return q->
mq_ops
->get_budget(q);
in blk_mq_get_dispatch_budget()
263
if (rq->q->
mq_ops
->set_rq_budget_token)
in blk_mq_set_rq_budget_token()
264
rq->q->
mq_ops
->set_rq_budget_token(rq, token);
in blk_mq_set_rq_budget_token()
269
if (rq->q->
mq_ops
->get_rq_budget_token)
in blk_mq_get_rq_budget_token()
270
return rq->q->
mq_ops
->get_rq_budget_token(rq);
in blk_mq_get_rq_budget_token()
H
A
D
blk-mq-debugfs.c
282
const struct blk_mq_ops *const
mq_ops
= rq->q->
mq_ops
;
in __blk_mq_debugfs_rq_show()
local
300
if (
mq_ops
->show_rq)
in __blk_mq_debugfs_rq_show()
301
mq_ops
->show_rq(m, rq);
in __blk_mq_debugfs_rq_show()
H
A
D
blk-mq.c
1136
rq->q->
mq_ops
->complete(rq);
in blk_complete_reqs()
1238
rq->q->
mq_ops
->complete(rq);
in blk_mq_complete_request()
1560
if (req->q->
mq_ops
->timeout) {
in blk_mq_rq_timed_out()
1563
ret = req->q->
mq_ops
->timeout(req);
in blk_mq_rq_timed_out()
2034
if (hctx->queue->
mq_ops
->commit_rqs && queued) {
in blk_mq_commit_rqs()
2036
hctx->queue->
mq_ops
->commit_rqs(hctx);
in blk_mq_commit_rqs()
2082
ret = q->
mq_ops
->queue_rq(hctx, &bd);
in blk_mq_dispatch_rq_list()
2623
ret = q->
mq_ops
->queue_rq(hctx, &bd);
in __blk_mq_issue_directly()
2755
q->
mq_ops
->queue_rqs(&plug->mq_list);
in __blk_mq_flush_plug_list()
2835
if (q->
mq_ops
in blk_mq_flush_plug_list()
[all...]
H
A
D
blk-core.c
1030
if (queue_is_mq(q) && q->
mq_ops
->busy)
in blk_lld_busy()
1031
return q->
mq_ops
->busy(q);
in blk_lld_busy()
H
A
D
blk-sysfs.c
696
if (attr == &queue_io_timeout_entry.attr && !q->
mq_ops
->timeout)
in blk_mq_queue_attr_visible()
/kernel/linux/linux-5.10/block/
H
A
D
blk-mq.h
193
if (q->
mq_ops
->put_budget)
in blk_mq_put_dispatch_budget()
194
q->
mq_ops
->put_budget(q);
in blk_mq_put_dispatch_budget()
199
if (q->
mq_ops
->get_budget)
in blk_mq_get_dispatch_budget()
200
return q->
mq_ops
->get_budget(q);
in blk_mq_get_dispatch_budget()
H
A
D
blk-mq.c
606
rq->q->
mq_ops
->complete(rq);
in blk_done_softirq()
661
rq->q->
mq_ops
->complete(rq);
in __blk_mq_complete_request_remote()
718
rq->q->
mq_ops
->complete(rq);
in blk_mq_complete_request()
917
if (req->q->
mq_ops
->timeout) {
in blk_mq_rq_timed_out()
920
ret = req->q->
mq_ops
->timeout(req, reserved);
in blk_mq_rq_timed_out()
1405
ret = q->
mq_ops
->queue_rq(hctx, &bd);
in blk_mq_dispatch_rq_list()
1440
ret == BLK_STS_DEV_RESOURCE) && q->
mq_ops
->commit_rqs && queued)
in blk_mq_dispatch_rq_list()
1441
q->
mq_ops
->commit_rqs(hctx);
in blk_mq_dispatch_rq_list()
1998
ret = q->
mq_ops
->queue_rq(hctx, &bd);
in __blk_mq_issue_directly()
2136
hctx->queue->
mq_ops
in blk_mq_try_issue_list_directly()
[all...]
H
A
D
blk-mq-debugfs.c
333
const struct blk_mq_ops *const
mq_ops
= rq->q->
mq_ops
;
in __blk_mq_debugfs_rq_show()
local
351
if (
mq_ops
->show_rq)
in __blk_mq_debugfs_rq_show()
352
mq_ops
->show_rq(m, rq);
in __blk_mq_debugfs_rq_show()
H
A
D
blk-sysfs.c
395
if (!q->
mq_ops
|| !q->
mq_ops
->poll)
in queue_poll_delay_store()
672
(!q->
mq_ops
|| !q->
mq_ops
->timeout))
in queue_attr_visible()
H
A
D
blk-core.c
635
if (!IS_ERR(req) && q->
mq_ops
->initialize_rq_fn)
in blk_get_request()
636
q->
mq_ops
->initialize_rq_fn(req);
in blk_get_request()
1552
if (queue_is_mq(q) && q->
mq_ops
->busy)
in blk_lld_busy()
1553
return q->
mq_ops
->busy(q);
in blk_lld_busy()
/kernel/linux/linux-5.10/include/linux/
H
A
D
blk-mq.h
599
if (rq->q->
mq_ops
->cleanup_rq)
in blk_mq_cleanup_rq()
600
rq->q->
mq_ops
->cleanup_rq(rq);
in blk_mq_cleanup_rq()
H
A
D
blkdev.h
413
const struct blk_mq_ops *
mq_ops
;
member
703
return q->
mq_ops
;
in queue_is_mq()
/kernel/linux/linux-6.6/include/linux/
H
A
D
blk-mq.h
951
if (rq->q->
mq_ops
->cleanup_rq)
in blk_mq_cleanup_rq()
952
rq->q->
mq_ops
->cleanup_rq(rq);
in blk_mq_cleanup_rq()
H
A
D
blkdev.h
388
const struct blk_mq_ops *
mq_ops
;
member
611
return q->
mq_ops
;
in queue_is_mq()
/kernel/linux/linux-5.10/drivers/scsi/
H
A
D
scsi_lib.c
1942
if (q->
mq_ops
== &scsi_mq_ops_no_commit ||
in scsi_device_from_queue()
1943
q->
mq_ops
== &scsi_mq_ops)
in scsi_device_from_queue()
/kernel/linux/linux-6.6/drivers/scsi/
H
A
D
scsi_lib.c
2017
if (q->
mq_ops
== &scsi_mq_ops_no_commit ||
in scsi_device_from_queue()
2018
q->
mq_ops
== &scsi_mq_ops)
in scsi_device_from_queue()
Completed in 34 milliseconds