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_push_seq
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/fs/xfs/
H
A
D
xfs_log_cil.c
629
* If the current sequence is the same as
xc_push_seq
we need to do a flush. If
630
*
xc_push_seq
is less than the current sequence, then it has already been
634
*
xc_push_seq
is checked unlocked against the sequence number for a match.
667
push_seq = cil->
xc_push_seq
;
in xlog_cil_push_work()
687
cil->
xc_push_seq
= 0;
in xlog_cil_push_work()
924
if (cil->
xc_push_seq
< cil->xc_current_sequence) {
925
cil->
xc_push_seq
= cil->xc_current_sequence;
985
if (list_empty(&cil->xc_cil) || push_seq <= cil->
xc_push_seq
) {
in xlog_cil_push_now()
990
cil->
xc_push_seq
= push_seq;
in xlog_cil_push_now()
H
A
D
xfs_log_priv.h
271
xfs_csn_t
xc_push_seq
;
member
/kernel/linux/linux-6.6/fs/xfs/
H
A
D
xfs_log_cil.c
1109
* If the current sequence is the same as
xc_push_seq
we need to do a flush. If
1110
*
xc_push_seq
is less than the current sequence, then it has already been
1114
*
xc_push_seq
is checked unlocked against the sequence number for a match.
1145
push_seq = cil->
xc_push_seq
;
in xlog_cil_push_work()
1169
cil->
xc_push_seq
= 0;
in xlog_cil_push_work()
1391
(cil->
xc_push_seq
== cil->xc_current_sequence &&
1399
if (cil->
xc_push_seq
< cil->xc_current_sequence) {
1400
cil->
xc_push_seq
= cil->xc_current_sequence;
1484
push_seq <= cil->
xc_push_seq
) {
in xlog_cil_push_now()
1489
cil->
xc_push_seq
in xlog_cil_push_now()
[all...]
H
A
D
xfs_log_priv.h
279
xfs_csn_t
xc_push_seq
;
member
Completed in 6 milliseconds