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:_origins
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/md/
H
A
D
dm-snap.c
342
static struct list_head *
_origins
;
variable
354
_origins
= kmalloc_array(ORIGIN_HASH_SIZE, sizeof(struct list_head),
in init_origin_hash()
356
if (!
_origins
) {
in init_origin_hash()
357
DMERR("unable to allocate memory for
_origins
");
in init_origin_hash()
361
INIT_LIST_HEAD(
_origins
+ i);
in init_origin_hash()
368
kfree(
_origins
);
in init_origin_hash()
381
kfree(
_origins
);
in exit_origin_hash()
395
ol = &
_origins
[origin_hash(origin)];
in __lookup_origin()
405
struct list_head *sl = &
_origins
[origin_hash(o->bdev)];
in __insert_origin()
/kernel/linux/linux-6.6/drivers/md/
H
A
D
dm-snap.c
340
static struct list_head *
_origins
;
variable
352
_origins
= kmalloc_array(ORIGIN_HASH_SIZE, sizeof(struct list_head),
in init_origin_hash()
354
if (!
_origins
) {
in init_origin_hash()
355
DMERR("unable to allocate memory for
_origins
");
in init_origin_hash()
359
INIT_LIST_HEAD(
_origins
+ i);
in init_origin_hash()
366
kfree(
_origins
);
in init_origin_hash()
379
kfree(
_origins
);
in exit_origin_hash()
393
ol = &
_origins
[origin_hash(origin)];
in __lookup_origin()
403
struct list_head *sl = &
_origins
[origin_hash(o->bdev)];
in __insert_origin()
Completed in 7 milliseconds