Home
last modified time | relevance | path

Searched refs:checkpoint (Results 1 - 13 of 13) sorted by relevance

/kernel/linux/linux-5.10/fs/jbd2/
H A DMakefile8 jbd2-objs := transaction.o commit.o recovery.o checkpoint.o revoke.o journal.o
/kernel/linux/linux-6.6/fs/jbd2/
H A DMakefile8 jbd2-objs := transaction.o commit.o recovery.o checkpoint.o revoke.o journal.o
/kernel/linux/linux-5.10/fs/f2fs/
H A DMakefile5 f2fs-y += checkpoint.o gc.o data.o node.o segment.o recovery.o
/kernel/linux/linux-6.6/fs/f2fs/
H A DMakefile5 f2fs-y += checkpoint.o gc.o data.o node.o segment.o recovery.o
/kernel/linux/linux-5.10/drivers/net/ppp/
H A Dbsd_comp.c151 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 Dbsd_comp.c151 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 Dxillyusb.c1175 * 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 Decma_167.h575 __le32 checkpoint; member
804 __le32 checkpoint; member
H A Dinode.c1491 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 Decma_167.h575 __le32 checkpoint; member
804 __le32 checkpoint; member
H A Dinode.c1515 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 Dlink.c182 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 Dlink.c143 * @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