HomeSort by: relevance | last modified time | path
    Searched refs:checkpoint (Results 1 - 4 of 4) sorted by relevancy

  /src/usr.bin/compress/
zopen.c 157 #define checkpoint zs->zs_checkpoint macro
269 checkpoint = CHECK_GAP;
315 checkpoint && block_compress) {
630 checkpoint = in_count + CHECK_GAP;
674 checkpoint = CHECK_GAP;
  /src/sys/net/
bsd-comp.c 101 u_int checkpoint; /* when to next check the ratio */ member in struct:bsd_db
208 db->checkpoint = CHECK_GAP;
229 if (db->in_count >= db->checkpoint) {
237 db->checkpoint = db->in_count + CHECK_GAP;
1056 * Keep the checkpoint right so that incompressible packets
  /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
kirkwood-l-50.dts 14 compatible = "checkpoint,l-50", "marvell,kirkwood-88f6281", "marvell,kirkwood";
  /src/regress/sys/fs/lfs/ckckp/
check-all 137 # Now fsck each checkpoint in turn, beginning with $sstart.
139 # as it existed at each checkpoint before running fsck.
250 if (m/checkpoint invalid/ ||
277 print "Skipping out-of-place checkpoint $k at $a\n";
283 print "Test roll-forward agent at non-checkpoint pseg $tk\n";
284 print LOG "Test roll-forward agent at non-checkpoint pseg $tk\n";
298 print "Recreate fs state at checkpoint pseg $k (from " . ($oind - 1) .
327 # between the last good checkpoint and this checkpoint; and which blocks

Completed in 169 milliseconds