[go: nahoru, domu]

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

/drivers/isdn/i4l/
H A Disdn_bsdcomp.c130 unsigned int checkpoint; /* when to next check the ratio */ member in struct:bsd_db
183 db->checkpoint = CHECK_GAP;
203 if (db->in_count >= db->checkpoint)
212 db->checkpoint = db->in_count + CHECK_GAP;
708 * Keep the checkpoint correctly so that incompressible packets
/drivers/net/ppp/
H A Dbsd_comp.c151 unsigned int checkpoint; /* when to next check the ratio */ member in struct:bsd_db
230 db->checkpoint = CHECK_GAP;
251 if (db->in_count >= db->checkpoint)
260 db->checkpoint = db->in_count + CHECK_GAP;
902 * Keep the checkpoint correctly so that incompressible packets

Completed in 93 milliseconds