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:target_right
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-5.10/drivers/md/persistent-data/
H
A
D
dm-btree-remove.c
308
unsigned
target_right
= total / 3;
in redistribute3()
local
309
unsigned remainder = (
target_right
* 3) != total;
in redistribute3()
310
unsigned target_left =
target_right
+ remainder;
in redistribute3()
313
BUG_ON(
target_right
> max_entries);
in redistribute3()
327
shift(center, right,
target_right
- nr_right);
in redistribute3()
330
s =
target_right
- nr_right;
in redistribute3()
/kernel/linux/linux-6.6/drivers/md/persistent-data/
H
A
D
dm-btree-remove.c
359
unsigned int
target_right
= total / 3;
in redistribute3()
local
360
unsigned int remainder = (
target_right
* 3) != total;
in redistribute3()
361
unsigned int target_left =
target_right
+ remainder;
in redistribute3()
364
BUG_ON(
target_right
> max_entries);
in redistribute3()
387
ret = shift(center, right,
target_right
- nr_right);
in redistribute3()
391
s =
target_right
- nr_right;
in redistribute3()
H
A
D
dm-btree.c
559
unsigned int
target_right
= total - target_left;
in redistribute2()
local
575
right->header.nr_entries = cpu_to_le32(
target_right
);
in redistribute2()
588
unsigned int total, target_left, target_center,
target_right
;
in redistribute3()
local
595
target_right
= (total - target_left - target_center);
in redistribute3()
602
shift_down(right, nr_right -
target_right
);
in redistribute3()
609
shift_down(right, nr_right -
target_right
);
in redistribute3()
612
unsigned int right_short =
target_right
- nr_right;
in redistribute3()
621
right->header.nr_entries = cpu_to_le32(
target_right
);
in redistribute3()
Completed in 5 milliseconds