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:current_committed
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/md/
H
A
D
dm-snap-persistent.c
157
uint32_t
current_committed
;
member
464
ps->
current_committed
= i;
in insert_exceptions()
707
write_exception(ps, ps->
current_committed
++, &ce);
in persistent_commit_exception()
724
(ps->
current_committed
!= ps->exceptions_per_area))
in persistent_commit_exception()
730
if ((ps->
current_committed
== ps->exceptions_per_area) &&
in persistent_commit_exception()
744
if (ps->
current_committed
== ps->exceptions_per_area) {
in persistent_commit_exception()
745
ps->
current_committed
= 0;
in persistent_commit_exception()
770
if (!ps->
current_committed
) {
in persistent_prepare_merge()
781
ps->
current_committed
= ps->exceptions_per_area;
in persistent_prepare_merge()
784
read_exception(ps, ps->area, ps->
current_committed
in persistent_prepare_merge()
[all...]
/kernel/linux/linux-6.6/drivers/md/
H
A
D
dm-snap-persistent.c
160
uint32_t
current_committed
;
member
466
ps->
current_committed
= i;
in insert_exceptions()
712
write_exception(ps, ps->
current_committed
++, &ce);
in persistent_commit_exception()
729
(ps->
current_committed
!= ps->exceptions_per_area))
in persistent_commit_exception()
735
if ((ps->
current_committed
== ps->exceptions_per_area) &&
in persistent_commit_exception()
749
if (ps->
current_committed
== ps->exceptions_per_area) {
in persistent_commit_exception()
750
ps->
current_committed
= 0;
in persistent_commit_exception()
775
if (!ps->
current_committed
) {
in persistent_prepare_merge()
786
ps->
current_committed
= ps->exceptions_per_area;
in persistent_prepare_merge()
789
read_exception(ps, ps->area, ps->
current_committed
in persistent_prepare_merge()
[all...]
Completed in 3 milliseconds