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:drl
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-5.10/fs/ntfs/
H
A
D
runlist.c
485
* @
drl
: original runlist to be worked on
486
* @srl: new runlist to be merged into @
drl
488
* First we sanity check the two runlists @srl and @
drl
to make sure that they
490
* runlist @
drl
or completely within a hole (or unmapped region) in @
drl
.
492
* It is up to the caller to serialize access to the runlists @
drl
and @srl.
507
* runlists @
drl
and @srl are deallocated before returning so you cannot use
517
runlist_element *ntfs_runlists_merge(runlist_element *
drl
,
in ntfs_runlists_merge()
argument
522
int dins; /* Index into @
drl
at which to insert @srl. */
in ntfs_runlists_merge()
531
ntfs_debug_dump_runlist(
drl
);
in ntfs_runlists_merge()
[all...]
H
A
D
runlist.h
59
extern runlist_element *ntfs_runlists_merge(runlist_element *
drl
,
/kernel/linux/linux-6.6/fs/ntfs/
H
A
D
runlist.c
485
* @
drl
: original runlist to be worked on
486
* @srl: new runlist to be merged into @
drl
488
* First we sanity check the two runlists @srl and @
drl
to make sure that they
490
* runlist @
drl
or completely within a hole (or unmapped region) in @
drl
.
492
* It is up to the caller to serialize access to the runlists @
drl
and @srl.
507
* runlists @
drl
and @srl are deallocated before returning so you cannot use
517
runlist_element *ntfs_runlists_merge(runlist_element *
drl
,
in ntfs_runlists_merge()
argument
522
int dins; /* Index into @
drl
at which to insert @srl. */
in ntfs_runlists_merge()
531
ntfs_debug_dump_runlist(
drl
);
in ntfs_runlists_merge()
[all...]
H
A
D
runlist.h
59
extern runlist_element *ntfs_runlists_merge(runlist_element *
drl
,
/kernel/linux/linux-5.10/drivers/scsi/
H
A
D
gdth.c
1167
gdth_drlist_str *
drl
;
in gdth_search_drives()
local
1320
drl
= (gdth_drlist_str *)ha->pscratch;
in gdth_search_drives()
1321
drl
->sc_no = ha->raw[bus_no].local_no;
in gdth_search_drives()
1322
drl
->sc_cnt = ha->raw[bus_no].pdev_cnt;
in gdth_search_drives()
1328
ha->raw[bus_no].id_list[j] =
drl
->sc_list[j];
in gdth_search_drives()
Completed in 8 milliseconds