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:xc_ctx
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/fs/xfs/
H
A
D
xfs_log_cil.c
64
log->l_cilp->
xc_ctx
->ticket = xlog_cil_ticket_alloc(log);
in xlog_cil_init_post_recovery()
65
log->l_cilp->
xc_ctx
->sequence = 1;
in xlog_cil_init_post_recovery()
266
lv->lv_item->li_seq = log->l_cilp->
xc_ctx
->sequence;
in xfs_cil_prepare_item()
391
struct xfs_cil_ctx *ctx = cil->
xc_ctx
;
in xlog_cil_insert_items()
664
ctx = cil->
xc_ctx
;
in xlog_cil_push_work()
694
if (push_seq < cil->
xc_ctx
->sequence) {
in xlog_cil_push_work()
759
cil->
xc_ctx
= new_ctx;
in xlog_cil_push_work()
918
if (cil->
xc_ctx
->space_used < XLOG_CIL_SPACE_LIMIT(log)) {
947
if (cil->
xc_ctx
->space_used >= XLOG_CIL_BLOCKING_SPACE_LIMIT(log) ||
949
trace_xfs_log_cil_wait(log, cil->
xc_ctx
[all...]
H
A
D
xfs_log_priv.h
268
struct xfs_cil_ctx *
xc_ctx
;
member
/kernel/linux/linux-6.6/fs/xfs/
H
A
D
xfs_log_cil.c
196
cil->
xc_ctx
= ctx;
in xlog_cil_ctx_switch()
213
log->l_cilp->
xc_ctx
->ticket = xlog_cil_ticket_alloc(log);
in xlog_cil_init_post_recovery()
214
log->l_cilp->
xc_ctx
->sequence = 1;
in xlog_cil_init_post_recovery()
417
lv->lv_item->li_seq = log->l_cilp->
xc_ctx
->sequence;
in xfs_cil_prepare_item()
556
struct xfs_cil_ctx *ctx = cil->
xc_ctx
;
in xlog_cil_insert_items()
1373
int space_used = atomic_read(&cil->
xc_ctx
->space_used);
1401
queue_work(cil->xc_push_wq, &cil->
xc_ctx
->push_work);
1423
trace_xfs_log_cil_wait(log, cil->
xc_ctx
->ticket);
1490
queue_work(cil->xc_push_wq, &cil->
xc_ctx
->push_work);
in xlog_cil_push_now()
1606
lip->li_ops->iop_committing(lip, cil->
xc_ctx
in xlog_cil_commit()
[all...]
H
A
D
xfs_log_priv.h
276
struct xfs_cil_ctx *
xc_ctx
;
member
Completed in 6 milliseconds