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:unit_res
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/fs/xfs/
H
A
D
xfs_log.c
421
tic->t_cnt = 0; /* ungrant will give back
unit_res
* t_cnt. */
in xfs_log_regrant()
481
tic->t_cnt = 0; /* ungrant will give back
unit_res
* t_cnt. */
in xfs_log_reserve()
3448
int
unit_res
;
in xlog_ticket_alloc()
local
3452
unit_res
= xfs_log_calc_unit_res(log->l_mp, unit_bytes);
in xlog_ticket_alloc()
3457
tic->t_unit_res =
unit_res
;
in xlog_ticket_alloc()
3458
tic->t_curr_res =
unit_res
;
in xlog_ticket_alloc()
H
A
D
xfs_trace.h
1085
__field(int,
unit_res
)
1102
__entry->
unit_res
= tic->t_unit_res;
1126
__entry->
unit_res
,
/kernel/linux/linux-6.6/fs/xfs/
H
A
D
xfs_log.c
447
tic->t_cnt = 0; /* ungrant will give back
unit_res
* t_cnt. */
in xfs_log_regrant()
504
tic->t_cnt = 0; /* ungrant will give back
unit_res
* t_cnt. */
in xfs_log_reserve()
3517
int
unit_res
;
in xlog_ticket_alloc()
local
3521
unit_res
= xlog_calc_unit_res(log, unit_bytes, &tic->t_iclog_hdrs);
in xlog_ticket_alloc()
3526
tic->t_unit_res =
unit_res
;
in xlog_ticket_alloc()
3527
tic->t_curr_res =
unit_res
;
in xlog_ticket_alloc()
H
A
D
xfs_trace.h
1217
__field(int,
unit_res
)
1234
__entry->
unit_res
= tic->t_unit_res;
1258
__entry->
unit_res
,
Completed in 18 milliseconds