Searched refs:dticks (Results 1 – 6 of 6) sorted by relevance
827 int dticks = ticks - cbinfo->bulkfree_ticks; in h2_bulkfree_callback() local828 if (dticks < 0) in h2_bulkfree_callback()829 dticks = 0; in h2_bulkfree_callback()830 if (dticks < hz) { in h2_bulkfree_callback()832 "h2bw", hz - dticks); in h2_bulkfree_callback()
1411 int dticks; in hammer2_dedup_record() local1477 dticks = (int)(dedup[i].ticks - dedup[best].ticks); in hammer2_dedup_record()1478 if (dticks < 0 || dticks > hz * 60 * 30) in hammer2_dedup_record()
816 int dticks = ticks - cbinfo->bulkfree_ticks; in h2_bulkfree_callback() local817 if (dticks < 0) in h2_bulkfree_callback()818 dticks = 0; in h2_bulkfree_callback()819 if (dticks < hz) { in h2_bulkfree_callback()821 "h2bw", hz - dticks); in h2_bulkfree_callback()
1387 int dticks; in hammer2_dedup_record() local1453 dticks = (int)(dedup[i].ticks - dedup[best].ticks); in hammer2_dedup_record()1454 if (dticks < 0 || dticks > hz * 60 * 30) in hammer2_dedup_record()
141 u_long dticks; /* DBM ticks. */ member
1214 int dticks; in badport_bandlim() local1230 dticks = ticks - lticks[which]; in badport_bandlim()1236 if ((unsigned int)dticks > hz) { in badport_bandlim()