checkpoint         98 net/bsd-comp.c     u_int   checkpoint;			/* when to next check the ratio */
checkpoint        207 net/bsd-comp.c     db->checkpoint = CHECK_GAP;
checkpoint        229 net/bsd-comp.c     if (db->in_count >= db->checkpoint) {
checkpoint        237 net/bsd-comp.c 	db->checkpoint = db->in_count + CHECK_GAP;