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:nr_zones_exp_open
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/block/null_blk/
H
A
D
zoned.c
241
dev->
nr_zones_exp_open
--;
in null_close_zone()
276
if (dev->
nr_zones_exp_open
+ dev->nr_zones_imp_open +
in null_check_active()
288
if (dev->
nr_zones_exp_open
+ dev->nr_zones_imp_open < dev->zone_max_open)
in null_check_open()
419
dev->
nr_zones_exp_open
--;
in null_zone_write()
463
dev->
nr_zones_exp_open
++;
in null_open_zone()
488
dev->
nr_zones_exp_open
--;
in null_finish_zone()
519
dev->
nr_zones_exp_open
--;
in null_reset_zone()
H
A
D
null_blk.h
47
unsigned int
nr_zones_exp_open
;
member
/kernel/linux/linux-6.6/drivers/block/null_blk/
H
A
D
zoned.c
259
dev->
nr_zones_exp_open
--;
in __null_close_zone()
305
if (dev->
nr_zones_exp_open
+ dev->nr_zones_imp_open +
in null_check_active()
317
if (dev->
nr_zones_exp_open
+ dev->nr_zones_imp_open < dev->zone_max_open)
in null_check_open()
441
dev->
nr_zones_exp_open
--;
in null_zone_write()
491
dev->
nr_zones_exp_open
++;
in null_open_zone()
537
dev->
nr_zones_exp_open
--;
in null_finish_zone()
576
dev->
nr_zones_exp_open
--;
in null_reset_zone()
H
A
D
null_blk.h
86
unsigned int
nr_zones_exp_open
;
member
Completed in 4 milliseconds