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:NULL_Q_BIO
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-5.10/drivers/block/null_blk/
H
A
D
main.c
82
NULL_Q_BIO
= 0,
enumerator
136
return null_param_store_val(str, &g_queue_mode,
NULL_Q_BIO
, NULL_Q_MQ);
in null_set_queue_mode()
694
case
NULL_Q_BIO
:
in end_cmd()
1271
if (dev->queue_mode ==
NULL_Q_BIO
)
in null_handle_memory_backed()
1287
if (dev->queue_mode ==
NULL_Q_BIO
&& bio_op(cmd->bio) == REQ_OP_READ) {
in nullb_zero_read_cmd_buffer()
1314
case
NULL_Q_BIO
:
in nullb_complete_cmd()
1769
if (dev->queue_mode ==
NULL_Q_BIO
)
in null_validate_conf()
1852
} else if (dev->queue_mode ==
NULL_Q_BIO
) {
in null_add_dev()
/kernel/linux/linux-6.6/drivers/block/null_blk/
H
A
D
null_blk.h
65
NULL_Q_BIO
= 0,
enumerator
H
A
D
main.c
137
return null_param_store_val(str, &g_queue_mode,
NULL_Q_BIO
, NULL_Q_MQ);
in null_set_queue_mode()
834
case
NULL_Q_BIO
:
in end_cmd()
1389
if (dev->queue_mode ==
NULL_Q_BIO
)
in null_handle_memory_backed()
1405
if (dev->queue_mode ==
NULL_Q_BIO
&& bio_op(cmd->bio) == REQ_OP_READ) {
in nullb_zero_read_cmd_buffer()
1432
case
NULL_Q_BIO
:
in nullb_complete_cmd()
2044
if (dev->queue_mode ==
NULL_Q_BIO
)
in null_validate_conf()
2125
} else if (dev->queue_mode ==
NULL_Q_BIO
) {
in null_add_dev()
Completed in 7 milliseconds