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

/freebsd-13-stable/sys/netpfil/ipfw/
H A Dip_dn_io.c351 u_int t = div64((V_dn_cfg.curr_time - q->q_time), fs->lookup_step);
393 p_b = div64((p_b * len) , fs->max_pkt_size);
574 bits = div64((uint64_t)pf->samples[index] * s->link.bandwidth, 1000);
632 t = div64(bw - 1 - si->credit, bw);
H A Dip_dn_private.h55 #define div64(a, b) ((int64_t)(a) / (int64_t)(b)) macro
H A Dip_dummynet.c965 dn.l.burst = div64(dn.l.burst, 8 * hz);
1211 idle = div64((s * 3) , fs->w_q); /* s, fs->w_q scaled; idle not scaled */
1212 fs->lookup_step = div64(idle , V_dn_cfg.red_lookup_depth);
H A Dip_dn_glue.c641 pipe8->burst = div64(l->burst , 8 * hz);

Completed in 29 milliseconds