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:t_rtx_res
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/fs/xfs/
H
A
D
xfs_trans.c
121
ntp->
t_rtx_res
= tp->
t_rtx_res
- tp->t_rtx_res_used;
in xfs_trans_dup()
122
tp->
t_rtx_res
= tp->t_rtx_res_used;
in xfs_trans_dup()
218
tp->
t_rtx_res
+= rtextents;
in xfs_trans_reserve()
403
ASSERT(tp->t_rtx_res_used <= tp->
t_rtx_res
);
in xfs_trans_mod_sb()
581
if (tp->
t_rtx_res
> 0)
in xfs_trans_unreserve_and_mod_sb()
582
rtxdelta = tp->
t_rtx_res
;
in xfs_trans_unreserve_and_mod_sb()
H
A
D
xfs_trans.h
130
unsigned int
t_rtx_res
; /* # of rt extents resvd */
member
/kernel/linux/linux-6.6/fs/xfs/
H
A
D
xfs_trans.c
122
ntp->
t_rtx_res
= tp->
t_rtx_res
- tp->t_rtx_res_used;
in xfs_trans_dup()
123
tp->
t_rtx_res
= tp->t_rtx_res_used;
in xfs_trans_dup()
217
tp->
t_rtx_res
+= rtextents;
in xfs_trans_reserve()
419
ASSERT(tp->t_rtx_res_used <= tp->
t_rtx_res
);
in xfs_trans_mod_sb()
610
if (tp->
t_rtx_res
> 0)
in xfs_trans_unreserve_and_mod_sb()
611
rtxdelta = tp->
t_rtx_res
;
in xfs_trans_unreserve_and_mod_sb()
H
A
D
xfs_trans.h
132
unsigned int
t_rtx_res
; /* # of rt extents resvd */
member
/kernel/linux/linux-5.10/fs/xfs/libxfs/
H
A
D
xfs_defer.c
652
dfc->dfc_rtxres = tp->
t_rtx_res
- tp->t_rtx_res_used;
in xfs_defer_ops_capture()
/kernel/linux/linux-6.6/fs/xfs/libxfs/
H
A
D
xfs_defer.c
733
dfc->dfc_rtxres = tp->
t_rtx_res
- tp->t_rtx_res_used;
in xfs_defer_ops_capture()
Completed in 9 milliseconds