Searched refs:div64 (Results 1 - 4 of 4) sorted by relevance

/freebsd-9.3-release/sys/netpfil/ipfw/
H A Dip_dn_io.c320 u_int t = div64((dn_cfg.curr_time - q->q_time), fs->lookup_step);
358 p_b = div64((p_b * len) , fs->max_pkt_size);
473 bits = div64((uint64_t)pf->samples[index] * s->link.bandwidth, 1000);
531 t = div64(bw - 1 - si->credit, bw);
H A Dip_dn_private.h53 #define div64(a, b) ((int64_t)(a) / (int64_t)(b)) macro
H A Dip_dummynet.c811 l->burst = div64(l->burst, 8 * hz);
1055 idle = div64((s * 3) , fs->w_q); /* s, fs->w_q scaled; idle not scaled */
1056 fs->lookup_step = div64(idle , dn_cfg.red_lookup_depth);
H A Dip_dn_glue.c638 pipe8->burst = div64(l->burst , 8 * hz);

Completed in 154 milliseconds