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

  /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
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/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;
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;

Completed in 24 milliseconds