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:crush_locs
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/net/ceph/
H
A
D
ceph_common.c
179
ret = ceph_compare_crush_locs(&opt1->
crush_locs
, &opt2->
crush_locs
);
in ceph_compare_options()
322
opt->
crush_locs
= RB_ROOT;
in ceph_alloc_options()
346
ceph_clear_crush_locs(&opt->
crush_locs
);
in ceph_destroy_options()
482
ceph_clear_crush_locs(&opt->
crush_locs
);
in ceph_parse_param()
484
&opt->
crush_locs
);
in ceph_parse_param()
598
if (!RB_EMPTY_ROOT(&opt->
crush_locs
)) {
in ceph_print_client_options()
600
for (n = rb_first(&opt->
crush_locs
); ; ) {
in ceph_print_client_options()
H
A
D
debugfs.c
90
&client->options->
crush_locs
));
in osdmap_show()
H
A
D
osd_client.c
1504
&opt->
crush_locs
);
in pick_closest_replica()
/kernel/linux/linux-6.6/net/ceph/
H
A
D
ceph_common.c
179
ret = ceph_compare_crush_locs(&opt1->
crush_locs
, &opt2->
crush_locs
);
in ceph_compare_options()
316
opt->
crush_locs
= RB_ROOT;
in ceph_alloc_options()
342
ceph_clear_crush_locs(&opt->
crush_locs
);
in ceph_destroy_options()
477
ceph_clear_crush_locs(&opt->
crush_locs
);
in ceph_parse_param()
479
&opt->
crush_locs
);
in ceph_parse_param()
619
if (!RB_EMPTY_ROOT(&opt->
crush_locs
)) {
in ceph_print_client_options()
621
for (n = rb_first(&opt->
crush_locs
); ; ) {
in ceph_print_client_options()
H
A
D
debugfs.c
90
&client->options->
crush_locs
));
in osdmap_show()
H
A
D
osd_client.c
1584
&opt->
crush_locs
);
in pick_closest_replica()
/kernel/linux/linux-5.10/include/linux/ceph/
H
A
D
libceph.h
68
struct rb_root
crush_locs
;
member
/kernel/linux/linux-6.6/include/linux/ceph/
H
A
D
libceph.h
69
struct rb_root
crush_locs
;
member
Completed in 18 milliseconds