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_curr_res
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/fs/xfs/
H
A
D
xfs_log_cil.c
46
tic->
t_curr_res
= 0;
in xlog_cil_ticket_alloc()
424
if (ctx->ticket->
t_curr_res
== 0) {
in xlog_cil_insert_items()
426
ctx->ticket->
t_curr_res
= ctx_res;
in xlog_cil_insert_items()
427
tp->t_ticket->
t_curr_res
-= ctx_res;
in xlog_cil_insert_items()
438
ctx->ticket->
t_curr_res
+= split_res;
in xlog_cil_insert_items()
439
tp->t_ticket->
t_curr_res
-= split_res;
in xlog_cil_insert_items()
440
ASSERT(tp->t_ticket->
t_curr_res
>= len);
in xlog_cil_insert_items()
442
tp->t_ticket->
t_curr_res
-= len;
in xlog_cil_insert_items()
449
if (WARN_ON(tp->t_ticket->
t_curr_res
< 0)) {
in xlog_cil_insert_items()
482
if (tp->t_ticket->
t_curr_res
<
in xlog_cil_insert_items()
[all...]
H
A
D
xfs_log.c
396
tic->
t_curr_res
= tic->t_unit_res;
in xfs_log_regrant()
420
tic->
t_curr_res
= 0;
in xfs_log_regrant()
480
tic->
t_curr_res
= 0;
in xfs_log_reserve()
837
ticket->
t_curr_res
-= sizeof(ulf);
in xlog_write_unmount_record()
2019
ticket->
t_curr_res
);
in xlog_print_tic_res()
2214
ticket->
t_curr_res
-= sizeof(struct xlog_op_header);
in xlog_write_setup_copy()
2344
ticket->
t_curr_res
-= sizeof(struct xlog_op_header);
in xlog_write()
2345
if (ticket->
t_curr_res
< 0) {
in xlog_write()
2916
ticket->
t_curr_res
-= log->l_iclog_hsize;
in xlog_state_get_iclog_space()
2995
ticket->
t_curr_res
);
in xfs_log_ticket_regrant()
[all...]
H
A
D
xfs_log_priv.h
154
int
t_curr_res
; /* current reservation in bytes : 4 */
member
H
A
D
xfs_trace.h
1101
__entry->curr_res = tic->
t_curr_res
;
1116
TP_printk("dev %d:%d t_ocnt %u t_cnt %u
t_curr_res
%u "
/kernel/linux/linux-6.6/fs/xfs/
H
A
D
xfs_log.c
424
tic->
t_curr_res
= tic->t_unit_res;
in xfs_log_regrant()
446
tic->
t_curr_res
= 0;
in xfs_log_regrant()
503
tic->
t_curr_res
= 0;
in xfs_log_reserve()
942
ticket->
t_curr_res
-= sizeof(unmount_rec);
in xlog_write_unmount_record()
2053
ticket->
t_curr_res
-= roundoff;
in xlog_sync()
2157
xfs_warn(mp, " current res = %d bytes", ticket->
t_curr_res
);
in xlog_print_tic_res()
2401
ticket->
t_curr_res
-= sizeof(struct xlog_op_header);
in xlog_write_partial()
2490
if (ticket->
t_curr_res
< 0) {
in xlog_write()
2935
ticket->
t_curr_res
-= log->l_iclog_hsize;
in xlog_state_get_iclog_space()
3008
ticket->
t_curr_res
);
in xfs_log_ticket_regrant()
[all...]
H
A
D
xfs_log_cil.c
45
tic->
t_curr_res
= 0;
in xlog_cil_ticket_alloc()
129
ctx->ticket->
t_curr_res
+= cilpcp->space_reserved;
in xlog_cil_push_pcp_aggregate()
683
tp->t_ticket->
t_curr_res
-= ctx_res + len;
in xlog_cil_insert_items()
684
if (WARN_ON(tp->t_ticket->
t_curr_res
< 0)) {
in xlog_cil_insert_items()
958
ctx->ticket->
t_curr_res
-= reg.i_len;
in xlog_cil_write_commit_record()
1026
tic->
t_curr_res
-= lvhdr->lv_bytes;
in xlog_cil_build_trans_hdr()
H
A
D
xfs_log_priv.h
152
int
t_curr_res
; /* current reservation */
member
157
int t_iclog_hdrs; /* iclog hdrs in
t_curr_res
*/
H
A
D
xfs_trace.h
1233
__entry->curr_res = tic->
t_curr_res
;
1248
TP_printk("dev %d:%d t_ocnt %u t_cnt %u
t_curr_res
%u "
Completed in 22 milliseconds