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:checkpoint
(Results
1 - 13
of
13
) sorted by relevance
/kernel/linux/linux-5.10/fs/jbd2/
H
A
D
Makefile
8
jbd2-objs := transaction.o commit.o recovery.o
checkpoint
.o revoke.o journal.o
/kernel/linux/linux-6.6/fs/jbd2/
H
A
D
Makefile
8
jbd2-objs := transaction.o commit.o recovery.o
checkpoint
.o revoke.o journal.o
/kernel/linux/linux-5.10/fs/f2fs/
H
A
D
Makefile
5
f2fs-y +=
checkpoint
.o gc.o data.o node.o segment.o recovery.o
/kernel/linux/linux-6.6/fs/f2fs/
H
A
D
Makefile
5
f2fs-y +=
checkpoint
.o gc.o data.o node.o segment.o recovery.o
/kernel/linux/linux-5.10/drivers/net/ppp/
H
A
D
bsd_comp.c
151
unsigned int
checkpoint
; /* when to next check the ratio */
member
230
db->
checkpoint
= CHECK_GAP;
in bsd_clear()
251
if (db->in_count >= db->
checkpoint
)
in bsd_check()
260
db->
checkpoint
= db->in_count + CHECK_GAP;
in bsd_check()
902
* Keep the
checkpoint
correctly so that incompressible packets
in bsd_decompress()
/kernel/linux/linux-6.6/drivers/net/ppp/
H
A
D
bsd_comp.c
151
unsigned int
checkpoint
; /* when to next check the ratio */
member
230
db->
checkpoint
= CHECK_GAP;
in bsd_clear()
251
if (db->in_count >= db->
checkpoint
)
in bsd_check()
260
db->
checkpoint
= db->in_count + CHECK_GAP;
in bsd_check()
902
* Keep the
checkpoint
correctly so that incompressible packets
in bsd_decompress()
/kernel/linux/linux-6.6/drivers/char/xillybus/
H
A
D
xillyusb.c
1175
* The
checkpoint
is given in terms of data elements, not bytes. As
in flush_downstream()
1457
u32
checkpoint
;
in xillyusb_read()
local
1492
checkpoint
= complete_checkpoint;
in xillyusb_read()
1495
checkpoint
= fifo_checkpoint;
in xillyusb_read()
1499
leap = (
checkpoint
- chan->in_current_checkpoint) << sh;
in xillyusb_read()
1504
*
checkpoint
by at least an 8th of the FIFO's size, or if
in xillyusb_read()
1516
chan->in_current_checkpoint =
checkpoint
;
in xillyusb_read()
1519
checkpoint
);
in xillyusb_read()
1752
* This is despite that the FPGA forgets about the
checkpoint
in xillyusb_release()
/kernel/linux/linux-5.10/fs/udf/
H
A
D
ecma_167.h
575
__le32
checkpoint
;
member
804
__le32
checkpoint
;
member
H
A
D
inode.c
1491
iinfo->i_checkpoint = le32_to_cpu(fe->
checkpoint
);
in udf_read_inode()
1506
iinfo->i_checkpoint = le32_to_cpu(efe->
checkpoint
);
in udf_read_inode()
1789
fe->
checkpoint
= cpu_to_le32(iinfo->i_checkpoint);
in udf_update_inode()
1826
efe->
checkpoint
= cpu_to_le32(iinfo->i_checkpoint);
in udf_update_inode()
/kernel/linux/linux-6.6/fs/udf/
H
A
D
ecma_167.h
575
__le32
checkpoint
;
member
804
__le32
checkpoint
;
member
H
A
D
inode.c
1515
iinfo->i_checkpoint = le32_to_cpu(fe->
checkpoint
);
in udf_read_inode()
1531
iinfo->i_checkpoint = le32_to_cpu(efe->
checkpoint
);
in udf_read_inode()
1811
fe->
checkpoint
= cpu_to_le32(iinfo->i_checkpoint);
in udf_update_inode()
1848
efe->
checkpoint
= cpu_to_le32(iinfo->i_checkpoint);
in udf_update_inode()
/kernel/linux/linux-5.10/net/tipc/
H
A
D
link.c
182
u16
checkpoint
;
member
836
if (l->snd_nxt == l->
checkpoint
) {
in tipc_link_timeout()
840
l->
checkpoint
= l->snd_nxt;
in tipc_link_timeout()
/kernel/linux/linux-6.6/net/tipc/
H
A
D
link.c
143
* @
checkpoint
: seq number for congestion window size handling
210
u16
checkpoint
;
member
871
if (l->snd_nxt == l->
checkpoint
) {
in tipc_link_timeout()
875
l->
checkpoint
= l->snd_nxt;
in tipc_link_timeout()
Completed in 24 milliseconds