Home
last modified time | relevance | path

Searched refs:CHECK_GAP (Results 1 – 3 of 3) sorted by relevance

/openbsd/sbin/savecore/
H A Dzopen.c170 #define CHECK_GAP 10000 /* Ratio check interval. */ macro
245 zs->zs_checkpoint = CHECK_GAP; in zwrite()
464 zs->zs_checkpoint = zs->zs_in_count + CHECK_GAP; in cl_block()
568 zs->zs_checkpoint = CHECK_GAP; in z_open()
/openbsd/usr.bin/compress/
H A Dzopen.c170 #define CHECK_GAP 10000 /* Ratio check interval. */ macro
246 zs->zs_checkpoint = CHECK_GAP; in zwrite()
674 zs->zs_checkpoint = zs->zs_in_count + CHECK_GAP; in cl_block()
754 zs->zs_checkpoint = CHECK_GAP; in z_wopen()
784 zs->zs_checkpoint = CHECK_GAP; in z_ropen()
/openbsd/sys/net/
H A Dbsd-comp.c180 #define CHECK_GAP 10000 /* Ratio check interval */ macro
205 db->checkpoint = CHECK_GAP; in bsd_clear()
234 db->checkpoint = db->in_count + CHECK_GAP; in bsd_check()