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:shape_changes
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/fs/xfs/libxfs/
H
A
D
xfs_refcount.c
886
overhead = cur->bc_ag.refc.
shape_changes
*
in xfs_refcount_still_have_space()
1054
int
shape_changes
= 0;
in xfs_refcount_adjust()
local
1073
shape_changes
++;
in xfs_refcount_adjust()
1079
shape_changes
++;
in xfs_refcount_adjust()
1089
shape_changes
++;
in xfs_refcount_adjust()
1090
if (
shape_changes
)
in xfs_refcount_adjust()
1091
cur->bc_ag.refc.
shape_changes
++;
in xfs_refcount_adjust()
1149
int
shape_changes
= 0;
in xfs_refcount_finish_one()
local
1170
shape_changes
= rcur->bc_ag.refc.
shape_changes
;
in xfs_refcount_finish_one()
[all...]
H
A
D
xfs_btree.h
191
int
shape_changes
; /* # of extent splits */
member
H
A
D
xfs_refcount_btree.c
337
cur->bc_ag.refc.
shape_changes
= 0;
in xfs_refcountbt_init_common()
/kernel/linux/linux-6.6/fs/xfs/libxfs/
H
A
D
xfs_refcount.c
1061
cur->bc_ag.refc.
shape_changes
);
in xfs_refcount_still_have_space()
1249
int
shape_changes
= 0;
in xfs_refcount_adjust()
local
1267
shape_changes
++;
in xfs_refcount_adjust()
1274
shape_changes
++;
in xfs_refcount_adjust()
1284
shape_changes
++;
in xfs_refcount_adjust()
1285
if (
shape_changes
)
in xfs_refcount_adjust()
1286
cur->bc_ag.refc.
shape_changes
++;
in xfs_refcount_adjust()
1362
int
shape_changes
= 0;
in xfs_refcount_finish_one()
local
1380
shape_changes
= rcur->bc_ag.refc.
shape_changes
;
in xfs_refcount_finish_one()
[all...]
H
A
D
xfs_btree.h
228
unsigned int
shape_changes
; /* # of extent splits */
member
H
A
D
xfs_refcount_btree.c
356
cur->bc_ag.refc.
shape_changes
= 0;
in xfs_refcountbt_init_common()
Completed in 7 milliseconds