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_minors
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/block/
H
A
D
xen-blkfront.c
234
static unsigned int
nr_minors
;
variable
448
if (end >
nr_minors
) {
in xlbd_reserve_minors()
457
if (end >
nr_minors
) {
in xlbd_reserve_minors()
460
BITS_TO_LONGS(
nr_minors
) * sizeof(*bitmap));
in xlbd_reserve_minors()
462
nr_minors
= BITS_TO_LONGS(end) * BITS_PER_LONG;
in xlbd_reserve_minors()
484
BUG_ON(end >
nr_minors
);
in xlbd_release_minors()
1129
int
nr_minors
= 1;
in xlvbd_alloc_gendisk()
local
1166
nr_minors
= nr_parts;
in xlvbd_alloc_gendisk()
1168
err = xlbd_reserve_minors(minor,
nr_minors
);
in xlvbd_alloc_gendisk()
1173
gd = alloc_disk(
nr_minors
);
in xlvbd_alloc_gendisk()
1218
unsigned int minor,
nr_minors
, i;
xlvbd_release_gendisk()
local
[all...]
/kernel/linux/linux-6.6/drivers/block/
H
A
D
xen-blkfront.c
236
static unsigned int
nr_minors
;
variable
448
if (end >
nr_minors
) {
in xlbd_reserve_minors()
457
if (end >
nr_minors
) {
in xlbd_reserve_minors()
460
BITS_TO_LONGS(
nr_minors
) * sizeof(*bitmap));
in xlbd_reserve_minors()
462
nr_minors
= BITS_TO_LONGS(end) * BITS_PER_LONG;
in xlbd_reserve_minors()
484
BUG_ON(end >
nr_minors
);
in xlbd_release_minors()
1074
int
nr_minors
= 1;
in xlvbd_alloc_gendisk()
local
1111
nr_minors
= nr_parts;
in xlvbd_alloc_gendisk()
1113
err = xlbd_reserve_minors(minor,
nr_minors
);
in xlvbd_alloc_gendisk()
1148
if (
nr_minors
>
in xlvbd_alloc_gendisk()
[all...]
Completed in 5 milliseconds