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:extents_thresh
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-5.10/fs/btrfs/
H
A
D
inode-map.c
306
ctl->
extents_thresh
= INIT_THRESHOLD;
in recalculate_thresholds()
320
ctl->
extents_thresh
= 0;
in recalculate_thresholds()
324
ctl->
extents_thresh
= (max_bitmaps - ctl->total_bitmaps) *
in recalculate_thresholds()
335
if (ctl->free_extents < ctl->
extents_thresh
||
in use_bitmap()
387
ctl->
extents_thresh
= INIT_THRESHOLD;
in btrfs_init_free_ino_ctl()
393
pinned->
extents_thresh
= 0;
in btrfs_init_free_ino_ctl()
H
A
D
free-space-cache.h
49
int
extents_thresh
;
member
H
A
D
free-space-cache.c
1714
ctl->
extents_thresh
=
in recalculate_thresholds()
2111
if (!forced && ctl->free_extents < ctl->
extents_thresh
) {
in use_bitmap()
2120
if (ctl->free_extents * 3 <= ctl->
extents_thresh
)
in use_bitmap()
2700
ctl->
extents_thresh
= (SZ_32K / 2) / sizeof(struct btrfs_free_space);
in btrfs_init_free_space_ctl()
/kernel/linux/linux-6.6/fs/btrfs/
H
A
D
free-space-cache.h
62
int
extents_thresh
;
member
H
A
D
free-space-cache.c
729
ctl->
extents_thresh
=
in recalculate_thresholds()
2276
if (!forced && ctl->free_extents < ctl->
extents_thresh
) {
in use_bitmap()
2285
if (ctl->free_extents * 3 <= ctl->
extents_thresh
)
in use_bitmap()
2963
ctl->
extents_thresh
= (SZ_32K / 2) / sizeof(struct btrfs_free_space);
in btrfs_init_free_space_ctl()
Completed in 11 milliseconds